mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-10 22:28:25 +02:00
alfilesel: minor fixes
This commit is contained in:
parent
7fca785df5
commit
c3c191ce71
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user