diff options
Diffstat (limited to 'toys/posix/logger.c')
-rw-r--r-- | toys/posix/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/logger.c b/toys/posix/logger.c index bae07b4d..3bcfb174 100644 --- a/toys/posix/logger.c +++ b/toys/posix/logger.c @@ -12,7 +12,7 @@ config LOGGER bool "logger" default y help - usage: logger [-s] [-t TAG] [-p [FACILITY.]PRIORITY] [message...] + usage: logger [-s] [-t TAG] [-p [FACILITY.]PRIORITY] [MESSAGE...] Log message (or stdin) to syslog. |