*: --help tweaks

function                                             old     new   delta
packed_usage                                       33589   33552     -37

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2021-06-14 20:47:20 +02:00
parent 643b308029
commit e2b9215868
21 changed files with 61 additions and 40 deletions

View File

@@ -26,7 +26,7 @@
//usage: "Write MESSAGE (or stdin) to syslog\n"
//usage: "\n -s Log to stderr as well as the system log"
//usage: "\n -t TAG Log using the specified tag (defaults to user name)"
//usage: "\n -p PRIO Priority (numeric or facility.level pair)"
//usage: "\n -p PRIO Priority (number or FACILITY.LEVEL pair)"
//usage:
//usage:#define logger_example_usage
//usage: "$ logger \"hello\"\n"