]> git.pld-linux.org Git - packages/rox.git/commitdiff
- print rox instead of ROX-Filer/AppRun as program name after rox -h
authorgrzegol <grzegol@pld-linux.org>
Thu, 1 Aug 2002 22:30:59 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch taken from http://users.stone.pl/szczepan/apt/patches/

Changed files:
    rox-help.patch -> 1.1

rox-help.patch [new file with mode: 0644]

diff --git a/rox-help.patch b/rox-help.patch
new file mode 100644 (file)
index 0000000..d834d06
--- /dev/null
@@ -0,0 +1,23 @@
+diff -urN aaa/rox-1.3.3/ROX-Filer/src/main.c rox-1.3.3/ROX-Filer/src/main.c
+--- aaa/rox-1.3.3/ROX-Filer/src/main.c Wed Jun 26 15:57:32 2002
++++ rox-1.3.3/ROX-Filer/src/main.c     Thu Aug  1 22:51:13 2002
+@@ -99,16 +99,16 @@
+               "see the file named COPYING.\n")
+ #ifdef HAVE_GETOPT_LONG
+-#  define USAGE   N_("Try `ROX-Filer/AppRun --help' for more information.\n")
++#  define USAGE   N_("Try `rox --help' for more information.\n")
+ #  define SHORT_ONLY_WARNING ""
+ #else
+-#  define USAGE   N_("Try `ROX-Filer/AppRun -h' for more information.\n")
++#  define USAGE   N_("Try `rox -h' for more information.\n")
+ #  define SHORT_ONLY_WARNING  \
+               _("NOTE: Your system does not support long options - \n" \
+               "you must use the short versions instead.\n\n")
+ #endif
+-#define HELP N_("Usage: ROX-Filer/AppRun [OPTION]... [FILE]...\n"     \
++#define HELP N_("Usage: rox [OPTION]... [FILE]...\n"  \
+        "Open each directory or file listed, or the current working\n" \
+        "directory if no arguments are given.\n\n"                     \
+        "  -b, --bottom=PANEL  open PAN as a bottom-edge panel\n"      \
This page took 0.037013 seconds and 4 git commands to generate.