1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-21 06:10:44 +03:00

alfilesel: minor fixes

This commit is contained in:
David Kühling 2012-04-03 01:51:10 +02:00
parent 7fca785df5
commit c3c191ce71

View File

@ -23,10 +23,10 @@ static int help_flag = 0;
char * program_invocation_short_name; char * program_invocation_short_name;
static void print_help(const char *name) { static void print_help() {
const char *help = const char *help =
"[OPTION]..." "[OPTION]...\n"
"Options:" "Options:\n"
"\t-t --title=STRING\n" "\t-t --title=STRING\n"
"\t\tSet file selector dialog's title\n" "\t\tSet file selector dialog's title\n"
"\t-w --wallpaper=FILENAME\n" "\t-w --wallpaper=FILENAME\n"