Cygwin: fix typo
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
d5d9aac759
commit
49ea15ef17
|
@ -693,7 +693,7 @@ kill -l [signal]
|
|||
-l, --list print a list of signal names
|
||||
-s, --signal send signal (use kill --list for a list)
|
||||
-W, --winpid specified pids are windows PIDs, not Cygwin PIDs
|
||||
(use with extrem caution!)
|
||||
(use with extreme caution!)
|
||||
-h, --help output usage information and exit
|
||||
-V, --version output version information and exit
|
||||
</screen>
|
||||
|
|
|
@ -46,7 +46,7 @@ usage (FILE *where = stderr)
|
|||
" -l, --list print a list of signal names\n"
|
||||
" -s, --signal send signal (use %1$s --list for a list)\n"
|
||||
" -W, --winpid specified pids are windows PIDs, not Cygwin PIDs\n"
|
||||
" (use with extrem caution!)\n"
|
||||
" (use with extreme caution!)\n"
|
||||
" -h, --help output usage information and exit\n"
|
||||
" -V, --version output version information and exit\n"
|
||||
"\n", prog_name);
|
||||
|
|
Loading…
Reference in New Issue