]> git.pld-linux.org Git - packages/chrpath.git/blame - chrpath-keepgoing.patch
- manpage update.
[packages/chrpath.git] / chrpath-keepgoing.patch
CommitLineData
c460e99d
PS
1--- chrpath-0.13/main.c.orig 2006-02-27 20:21:06.000000000 +0100
2+++ chrpath-0.13/main.c 2006-02-27 21:07:16.027641500 +0100
3@@ -57,6 +57,7 @@
4 printf(" -r <path>|--replace <path> Replace current rpath/runpath setting\n");
5 printf(" with the path given\n");
6 printf(" -l|--list List the current rpath/runpath (default)\n");
7+ printf(" -k|--keepgoing Continue as much as possible after an error.\n");
8 printf(" -h|--help Show this usage information.\n");
9 #ifndef HAVE_GETOPT_LONG
10 printf("\n *** The long options are not available on this platform");
0269fd41
PS
11--- chrpath-0.13/chrpath.1.orig 2004-09-19 10:35:44.000000000 +0200
12+++ chrpath-0.13/chrpath.1 2006-02-28 10:06:28.187060500 +0100
13@@ -22,6 +22,7 @@
14 [ \fB-r\fP \fI<path>\fP |\ \fB--replace\fP \fI<path>\fP ]
15 [ \fB-c\fP | \fB--convert\fP ]
16 [ \fB-l\fP | \fB--list\fP ]
17+[ \fB-k\fP | \fB--keepgoing\fP ]
18 [ \fB-h\fP | \fB--help\fP ]
19 \fI<program>\fP [ \fI<program>\fP ... ]
20 .SH DESCRIPTION
This page took 0.094408 seconds and 4 git commands to generate.