From f3da22aba2c74c8695f26ded2ff7cd6978732be4 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 8 Apr 2013 13:23:55 +0200 Subject: [PATCH] ... and the patch --- chrpath-0.13-help.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 chrpath-0.13-help.patch diff --git a/chrpath-0.13-help.patch b/chrpath-0.13-help.patch new file mode 100644 index 0000000..e257217 --- /dev/null +++ b/chrpath-0.13-help.patch @@ -0,0 +1,13 @@ +diff -up chrpath-0.13/main.c\~ chrpath-0.13/main.c +--- chrpath-0.13/main.c~ 2013-04-04 18:01:29.519912735 +0200 ++++ chrpath-0.13/main.c 2013-04-08 10:34:19.332766127 +0200 +@@ -52,6 +52,7 @@ usage(char *progname) + printf(" -r |--replace 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"); + +Diff finished. Mon Apr 8 10:34:27 2013