Extract usage information into a separate file.
This commit is contained in:
Makefile
applets
ar.carchival
basename.ccat.cchmod_chown_chgrp.cchroot.cchvt.cconsole-tools
coreutils
basename.ccat.cchroot.ccut.cdate.cdd.cdf.cdirname.cdu.cecho.chead.cid.clength.cln.clogname.cls.cmd5sum.cmkdir.cmkfifo.cmknod.cprintf.crm.crmdir.csleep.csort.csync.ctail.ctee.ctest.ctouch.ctr.ctty.cuname.cuniq.cusleep.cuudecode.cuuencode.cwc.cwhoami.cyes.c
cp_mv.ccut.cdate.cdc.cdd.cdeallocvt.cdf.cdirname.cdmesg.cdu.cdumpkmap.cdutmp.cecho.ceditors
fdflush.cfind.cfindutils
free.cfreeramdisk.cfsck_minix.cgrep.cgunzip.cgzip.chead.chostname.cid.cinsmod.cinternal.hkill.clash.clength.cln.cloadacm.cloadfont.cloadkmap.clogger.clogname.cls.cmakedevs.cmd5sum.cmiscutils
mkdir.cmkfifo.cmkfs_minix.cmknod.cmkswap.cmktemp.cmodutils
more.cmount.cmt.cnc.cnetworking
nslookup.cping.cprintf.cprocps
ps.crm.crmdir.crmmod.csed.csetkeycodes.csh.cshell
sleep.csort.cswaponoff.csync.csysklogd
syslogd.ctail.ctar.ctee.ctelnet.ctest.ctouch.ctr.ctty.cumount.cuname.cuniq.cupdate.cusage.cusleep.cutil-linux
uudecode.cuuencode.cwc.cwhich.cwhoami.cyes.c
14
logger.c
14
logger.c
@@ -47,20 +47,6 @@ extern CODE prioritynames[];
|
||||
extern CODE facilitynames[];
|
||||
#endif
|
||||
|
||||
static const char logger_usage[] =
|
||||
"logger [OPTION]... [MESSAGE]\n"
|
||||
#ifndef BB_FEATURE_TRIVIAL_HELP
|
||||
"\nWrite MESSAGE to the system log. If MESSAGE is '-', log stdin.\n\n"
|
||||
"Options:\n"
|
||||
"\t-s\tLog to stderr as well as the system log.\n"
|
||||
"\t-t\tLog using the specified tag (defaults to user name).\n"
|
||||
|
||||
"\t-p\tEnter the message with the specified priority.\n"
|
||||
"\t\tThis may be numerical or a ``facility.level'' pair.\n"
|
||||
#endif
|
||||
;
|
||||
|
||||
|
||||
/* Decode a symbolic name to a numeric value
|
||||
* this function is based on code
|
||||
* Copyright (c) 1983, 1993
|
||||
|
Reference in New Issue
Block a user