watch: inform about optional argument for -d switch
The -d, --differences switch(s) can use optional argument that was not documented earlier. Reported-By: Marian Sigler <m@qjym.de> Bug-Debian: http://bugs.debian.org/597021 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
3
watch.c
3
watch.c
@ -67,7 +67,8 @@ static void __attribute__ ((__noreturn__))
|
||||
fputs(USAGE_OPTIONS, out);
|
||||
fputs(_(" -b, --beep beep if command has a non-zero exit\n"
|
||||
" -c, --color interpret ANSI color sequences\n"
|
||||
" -d, --differences highlight changes between updates\n"
|
||||
" -d, --differences[=<permanent>]\n"
|
||||
" highlight changes between updates\n"
|
||||
" -e, --errexit exit if command has a non-zero exit\n"
|
||||
" -n, --interval <secs> seconds to wait between updates\n"
|
||||
" -p, --precise attempt run command in precise intervals\n"
|
||||
|
Reference in New Issue
Block a user