mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
limit line length to 79 characters
This commit is contained in:
@@ -66,7 +66,8 @@ void print_help(const char *cmd)
|
||||
"Lines starting with a # (hash) are ignored\n");
|
||||
}
|
||||
|
||||
void parse_argv(int argc, char *const argv[], struct mfshell_user_options *opts)
|
||||
void parse_argv(int argc, char *const argv[],
|
||||
struct mfshell_user_options *opts)
|
||||
{
|
||||
static struct option long_options[] = {
|
||||
{"command", required_argument, 0, 'c'},
|
||||
|
||||
Reference in New Issue
Block a user