X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fshell%2Flogoutput.c;h=7b9ed80199fabb7cd47276d95008dc389416e405;hb=05ffab94be8da943cffb8fb30d7073ab78aef94c;hp=0ef0118b33962a11516cde8d8a49277c74c44f20;hpb=84723a3526317ddafc5e857cddbf8ba631b72c54;p=libucw.git diff --git a/ucw/shell/logoutput.c b/ucw/shell/logoutput.c index 0ef0118b..7b9ed801 100644 --- a/ucw/shell/logoutput.c +++ b/ucw/shell/logoutput.c @@ -212,24 +212,19 @@ const struct option my_long_opts[] = { static char usage[] = "Usage:\n" "logoutput -h|--help\t\t This help.\n" - "logoutput -i|--input\t Read filedescriptors and log them.\n" + "logoutput -i|--input\t Read file descriptors and log them.\n" "\t\t\t\t default: stdin at level I.\n" "logoutput [--] [arguments for cmd ...]\n" - "\t\t\t\t Open filedescriptors for writing for\n" - "\t\t\t\t command and log them.\n" - "\t\t\t\t default: stdout:I, stderr:W.\n" + "\t\t\t\t Open file descriptors for writing for command and log them.\n" + "\t\t\t\t default: stdout:I, stderr:W.\n\n" "Options:\n" CF_USAGE "-n, --logname \t\t Use as program name in logs.\n" - "-l, --descriptor : Open filedescriptor and log it\n" - "\t\t\t\t at level (discards defaults).\n" + "-l, --descriptor : Open file descriptor and log it at level (replaces defaults).\n" "-f, --logfile \t\t Log to file .\n" - "-q, --nv, --nonverbose\t\t Suppress launching and successful\n" - "\t\t\t\t finish messages.\n" - "-s, --silent\t\t\t Suppress launching message and all\n" - "\t\t\t\t finish messages (i.e., no warning if\n" - "\t\t\t\t terminates with nonzero message or by\n" - "\t\t\t\t signal.\n"; + "-q, --nv, --nonverbose\t\t Suppress launching and successful finish messages.\n" + "-s, --silent\t\t\t Suppress launching message and all finish messages.\n" + "\t\t\t\t (i.e., no warning if it terminates with a nonzero exit code or by a signal)\n"; int main(int argc, char **argv)