--- chrpath/main.c +++ chrpath/main.c @@ -51,6 +51,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");