Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 265575 | Differences between
and this patch

Collapse All | Expand All

(-)chrpath-0.13/main.c.orig (+1 lines)
Lines 57-62 Link Here
57
  printf("   -r <path>|--replace <path>  Replace current rpath/runpath setting\n");
57
  printf("   -r <path>|--replace <path>  Replace current rpath/runpath setting\n");
58
  printf("                               with the path given\n");
58
  printf("                               with the path given\n");
59
  printf("   -l|--list                   List the current rpath/runpath (default)\n");
59
  printf("   -l|--list                   List the current rpath/runpath (default)\n");
60
  printf("   -k|--keepgoing              Continue as much as possible after an error.\n");
60
  printf("   -h|--help                   Show this usage information.\n");
61
  printf("   -h|--help                   Show this usage information.\n");
61
#ifndef HAVE_GETOPT_LONG
62
#ifndef HAVE_GETOPT_LONG
62
  printf("\n *** The long options are not available on this platform");
63
  printf("\n *** The long options are not available on this platform");
(-)chrpath-0.13/chrpath.1.orig (+1 lines)
Lines 22-27 Link Here
22
[ \fB-r\fP \fI<path>\fP |\  \fB--replace\fP \fI<path>\fP ]
22
[ \fB-r\fP \fI<path>\fP |\  \fB--replace\fP \fI<path>\fP ]
23
[ \fB-c\fP | \fB--convert\fP ]
23
[ \fB-c\fP | \fB--convert\fP ]
24
[ \fB-l\fP | \fB--list\fP ]
24
[ \fB-l\fP | \fB--list\fP ]
25
[ \fB-k\fP | \fB--keepgoing\fP ]
25
[ \fB-h\fP | \fB--help\fP ]
26
[ \fB-h\fP | \fB--help\fP ]
26
\fI<program>\fP [ \fI<program>\fP ... ]
27
\fI<program>\fP [ \fI<program>\fP ... ]
27
.SH DESCRIPTION
28
.SH DESCRIPTION

Return to bug 265575