]> git.pld-linux.org Git - packages/rox.git/blame - rox-help.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/rox.git] / rox-help.patch
CommitLineData
98900da3 1diff -ruN rox-2.1.3./ROX-Filer/src/main.c rox-2.1.3/ROX-Filer/src/main.c
2--- rox-2.1.3./ROX-Filer/src/main.c 2004-08-03 14:33:03.000000000 +0200
3+++ rox-2.1.3/ROX-Filer/src/main.c 2004-08-03 14:41:03.908216808 +0200
4@@ -101,10 +101,10 @@
dc934bab 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")
98900da3 17@@ -112,7 +112,7 @@
18
19 #define BUGS_TO "<rox-devel@lists.sourceforge.net>"
dc934bab 20
21-#define HELP N_("Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n" \
22+#define HELP N_("Usage: rox [OPTION]... [FILE]...\n" \
23 "Open each directory or file listed, or the current working\n" \
24 "directory if no arguments are given.\n\n" \
25 " -b, --bottom=PANEL open PAN as a bottom-edge panel\n" \
This page took 0.042819 seconds and 4 git commands to generate.