From dc934babfb67caa64d9598cab3ede9bc7774663d Mon Sep 17 00:00:00 2001 From: grzegol Date: Thu, 1 Aug 2002 22:30:59 +0000 Subject: [PATCH] - print rox instead of ROX-Filer/AppRun as program name after rox -h - patch taken from http://users.stone.pl/szczepan/apt/patches/ Changed files: rox-help.patch -> 1.1 --- rox-help.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rox-help.patch diff --git a/rox-help.patch b/rox-help.patch new file mode 100644 index 0000000..d834d06 --- /dev/null +++ b/rox-help.patch @@ -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" \ -- 2.44.0