r143 - trunk

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Nov 24 07:37:24 UTC 2013


Author: pere
Date: 2013-11-24 07:37:24 +0000 (Sun, 24 Nov 2013)
New Revision: 143

Modified:
   trunk/NEWS
   trunk/main.c
Log:
Added missing help for -k|--keepgoing option, using patch by Petr Machata found in Fedora.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2013-11-24 07:32:55 UTC (rev 142)
+++ trunk/NEWS	2013-11-24 07:37:24 UTC (rev 143)
@@ -4,6 +4,8 @@
  * Updated README with current URLs.
  * Added byteswap fix found in Ubuntu, credited Jeremy Kerr and
    Matthias Klose.
+ * Added missing help for -k|--keepgoing option, using patch by Petr
+   Machata found in Fedora.
 
 New in 0.14 released 2011-09-27:
  * Updated debian build rules from the current Debian package.

Modified: trunk/main.c
===================================================================
--- trunk/main.c	2013-11-24 07:32:55 UTC (rev 142)
+++ trunk/main.c	2013-11-24 07:37:24 UTC (rev 143)
@@ -52,6 +52,7 @@
   printf("   -r <path>|--replace <path>  Replace current rpath/runpath setting\n");
   printf("                               with the path given\n");
   printf("   -l|--list                   List the current rpath/runpath (default)\n");
+  printf("   -k|--keepgoing              Do not fail on first error\n");
   printf("   -h|--help                   Show this usage information.\n");
 #ifndef HAVE_GETOPT_LONG
   printf("\n *** The long options are not available on this platform");




More information about the Chrpath-commits mailing list