13 lines
399 B
Text
13 lines
399 B
Text
|
Index: src/watch.c
|
||
|
--- src/watch.c.orig
|
||
|
+++ src/watch.c
|
||
|
@@ -110,7 +110,7 @@ static void __attribute__ ((__noreturn__))
|
||
|
fputs(USAGE_SEPARATOR, out);
|
||
|
fputs(USAGE_HELP, out);
|
||
|
fputs(_(" -v, --version output version information and exit\n"), out);
|
||
|
- fprintf(out, USAGE_MAN_TAIL("watch(1)"));
|
||
|
+ fprintf(out, USAGE_MAN_TAIL("gnuwatch(1)"));
|
||
|
|
||
|
exit(out == stderr ? EXIT_FAILURE : EXIT_SUCCESS);
|
||
|
}
|