]> git.pld-linux.org Git - packages/rox.git/blob - rox-help.patch
- outdated
[packages/rox.git] / rox-help.patch
1 diff -urN aaa/rox-1.3.3/ROX-Filer/src/main.c rox-1.3.3/ROX-Filer/src/main.c
2 --- aaa/rox-1.3.3/ROX-Filer/src/main.c  Wed Jun 26 15:57:32 2002
3 +++ rox-1.3.3/ROX-Filer/src/main.c      Thu Aug  1 22:51:13 2002
4 @@ -99,16 +99,16 @@
5                 "see the file named COPYING.\n")
6  
7  #ifdef HAVE_GETOPT_LONG
8 -#  define USAGE   N_("Try `ROX-Filer/AppRun --help' for more information.\n")
9 +#  define USAGE   N_("Try `rox --help' for more information.\n")
10  #  define SHORT_ONLY_WARNING ""
11  #else
12 -#  define USAGE   N_("Try `ROX-Filer/AppRun -h' for more information.\n")
13 +#  define USAGE   N_("Try `rox -h' for more information.\n")
14  #  define SHORT_ONLY_WARNING   \
15                 _("NOTE: Your system does not support long options - \n" \
16                 "you must use the short versions instead.\n\n")
17  #endif
18  
19 -#define HELP N_("Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"      \
20 +#define HELP N_("Usage: rox [OPTION]... [FILE]...\n"   \
21         "Open each directory or file listed, or the current working\n"  \
22         "directory if no arguments are given.\n\n"                      \
23         "  -b, --bottom=PANEL   open PAN as a bottom-edge panel\n"      \
This page took 0.024306 seconds and 3 git commands to generate.