summaryrefslogtreecommitdiff
path: root/include/usage.src.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-9/+0
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-29/+0
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-201-30/+0
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-191-61/+0
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-131-27/+2
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-011-16/+0
* ping: add -t TTL optionJoachim Nilsson2010-11-281-55/+0
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-221-23/+0
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-3/+0
* Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busyboxDenys Vlasenko2010-10-271-21/+0
|\
| * netstat: fix -r display in usage textBob Dunlop2010-10-271-21/+0
* | mv: implement -n optionDenys Vlasenko2010-10-261-12/+0
|/
* patch: implement -E optionLukas Huba2010-10-211-5/+7
* revert last change (wrong author)Denys Vlasenko2010-10-211-7/+5
* patch: implement -E optionGilles Espinasse2010-10-211-5/+7
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-1/+3
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-78/+0
* touch: update help textPascal Bellard2010-10-181-1/+2
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-20/+0
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-151-40/+0
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-121-169/+0
* tweak help textDenys Vlasenko2010-10-091-1/+1
* fix help text punctuationDenys Vlasenko2010-10-081-1/+1
* tweak usage textsDenys Vlasenko2010-10-071-66/+69
* tune2fs: implement -c and -i optionsRichard Braun2010-10-051-12/+0
* wc: add support for -mDenys Vlasenko2010-10-041-15/+0
* free: document newly added optionsDenys Vlasenko2010-10-011-1/+1
* halt/poweroff/reboot: unify help textDenys Vlasenko2010-09-301-21/+21
* acpid: add config file and map fileSouf Oued2010-09-261-4/+10
* tweak udhcpd help textDenys Vlasenko2010-09-061-1/+1
* ntpd: mention -N in help textDenys Vlasenko2010-08-111-3/+1
* wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-3/+8
* udhcpc: add -v to help textDenys Vlasenko2010-08-071-2/+13
* dc: make it use long longs for integer opsDenys Vlasenko2010-07-291-22/+0
* cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-161-11/+0
* ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-161-7/+0
* hush: make set -x support optionalDenys Vlasenko2010-07-161-6/+0
* chrt: code shrinkDenys Vlasenko2010-07-011-37/+37
* conspy: code shrinkPascal Bellard2010-06-281-10/+0
* nc: introduce CONFIG_NC_110_COMPAT option.Denys Vlasenko2010-06-271-78/+0
* *: tar-related cleanups: move struct to unarchive.h; move help to tar.cDenys Vlasenko2010-06-261-48/+0
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-151-139/+0
* small fix in usage textDenys Vlasenko2010-06-071-1/+1
* modprobe: add support for -l and -s. Remove some unsupported optionsPascal Bellard2010-06-071-111/+0
* yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-061-5/+0
* make it possible to keep usage texts in .c filesDenys Vlasenko2010-06-061-0/+5263