aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* httpd,telnetd: make default port configurableSergey Ponomarev2021-09-091-0/+3
| | | | | | | | | | | | | | | BusyBox on Termux can't use ports less than 1024 it's patched to change default port for httpd to 8080 and telnetd to 8023. https://github.com/termux/termux-packages/blob/master/packages/busybox/0011-networking-telnetd-default-port.patch https://github.com/termux/termux-packages/blob/master/packages/busybox/0010-networking-httpd-default-port.patch To avoid such patches we can make port configurable. function old new delta packed_usage 33920 33914 -6 Signed-off-by: Sergey Ponomarev <stokito@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-171-0/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Tweaks to build process for embedded scriptsRon Yorston2018-11-271-0/+3
| | | | | | | | | | | | | | | | | | | - Force a rebuild if a script in applets_sh is changed. - Move the dummy usage messages for custom applets to usage.h and change the name from 'dummy' to 'scripted'. - Hide an error from gen_build_files.sh if an embed directory exists but is empty. - Tidy up embedded_scripts script. v2: Remove a couple of unnecessary tests in embedded_scripts, as pointed out by Xabier Oneca. Drop the stripping of comments. Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-201-0/+8
| | | | | | | | | | | | | | | | | | | | | | Was: $ cryptpw --help ... Print crypt(3) hashed PASSWORD -P,--password-fd=N Read password from fd N -m,--method=TYPE Encryption method -S,--salt=SALT User: "What methods exist? which one os default?" Now: Print crypt(3) hashed PASSWORD -P,--password-fd N Read password from fd N -m,--method TYPE des,md5,sha256/512 (default des) -S,--salt SALT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move remaining help text from include/usage.src.hPere Orga2011-04-111-2311/+0
| | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c ↵Pere Orga2011-04-031-400/+0
| | | | | | | editors/*.c loginutils/*.c mailutils/*.c Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-1055/+0
| | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-281-111/+0
| | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-210/+0
| | | | | Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mount: add --rbind option supportRoman Borisov2011-03-261-1/+1
| | | | | Signed-off-by: Roman Borisov <ext-roman.borisov@nokia.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wget: move help text to .c fileDenys Vlasenko2011-03-211-25/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ftpd: better usage textDenys Vlasenko2011-03-081-17/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* nameif: add matching by phy_address=NUM; extend help textPhil Sutter2011-03-061-14/+0
| | | | | | | | | | | | function old new delta nameif_main 618 686 +68 packed_usage 28095 28149 +54 prepend_new_eth_table 295 338 +43 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 165/0) Total: 165 bytes Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko2011-02-131-20/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* hwclock: implement --systzDavide Cavalca2011-01-221-19/+0
| | | | | | | | | | | | function old new delta hwclock_main 324 434 +110 packed_usage 28220 28259 +39 static.hwclock_longopts 53 60 +7 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 156/0) Total: 156 bytes Signed-off-by: Davide Cavalca <davide@geexbox.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* svlogd: extend usage text. +70 bytesDenys Vlasenko2011-01-221-7/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* top: add keyboard commands to --helpDenys Vlasenko2011-01-131-8/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* getty: fix -i (was ignored)Denys Vlasenko2011-01-091-17/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-9/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-261-29/+0
| | | | | | | | | | | | Also, improve help text function old new delta packed_usage 28028 28035 +7 cpio_main 542 532 -10 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 7/-10) Total: -3 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-201-30/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-191-61/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-131-27/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-011-16/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* ping: add -t TTL optionJoachim Nilsson2010-11-281-55/+0
| | | | | | | | | | | | function old new delta common_ping_main 1755 1796 +41 packed_usage 27954 27971 +17 bbconfig_config_bz2 4965 4966 +1 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 59/0) Total: 59 bytes Signed-off-by: Joachim Nilsson <joachim.nilsson@vmlinux.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* patch: remove out-of-file build machineryDenys Vlasenko2010-11-221-23/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-3/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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
| | | | | | | | | | Signed-off-by: Bob Dunlop <bob.dunlop@xyzzy.org.uk> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | mv: implement -n optionDenys Vlasenko2010-10-261-12/+0
|/ | | | | | | | | function old new delta mv_longopts 23 36 +13 mv_main 510 520 +10 packed_usage 27218 27225 +7 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* patch: implement -E optionLukas Huba2010-10-211-5/+7
| | | | | Signed-off-by: Lukas Huba <Huba.Lukas@centrum.cz> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* revert last change (wrong author)Denys Vlasenko2010-10-211-7/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* patch: implement -E optionGilles Espinasse2010-10-211-5/+7
| | | | | Signed-off-by: Gilles Espinasse <g.esp@free.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ntpd: fix usage text and a typo in constant nameLeonid Lisovskiy2010-10-201-1/+3
| | | | | Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* udhcpc: move usage text to .c file. no code changesDenys Vlasenko2010-10-201-78/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* touch: update help textPascal Bellard2010-10-181-1/+2
| | | | | Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* modutils/*: move help bits into corresponding .c filesDenys Vlasenko2010-10-161-20/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-151-40/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-121-169/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak help textDenys Vlasenko2010-10-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix help text punctuationDenys Vlasenko2010-10-081-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tweak usage textsDenys Vlasenko2010-10-071-66/+69
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tune2fs: implement -c and -i optionsRichard Braun2010-10-051-12/+0
| | | | | | | | function old new delta tune2fs_main 165 256 +91 Signed-off-by: Richard Braun <rbraun@sceen.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wc: add support for -mDenys Vlasenko2010-10-041-15/+0
| | | | | | | | function old new delta wc_main 601 637 +36 packed_usage 27357 27358 +1 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* free: document newly added optionsDenys Vlasenko2010-10-011-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* halt/poweroff/reboot: unify help textDenys Vlasenko2010-09-301-21/+21
| | | | | | | function old new delta packed_usage 27755 27733 -22 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* acpid: add config file and map fileSouf Oued2010-09-261-4/+10
| | | | | | | | | | | | | | | function old new delta acpid_main 434 1137 +703 find_action - 204 +204 f_evt_tab - 48 +48 packed_usage 27724 27755 +31 f_act_tab - 16 +16 process_event 126 - -126 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/0 up/down: 1002/-126) Total: 876 bytes Signed-off-by: Souf Oued <souf_oued@yahoo.fr> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak udhcpd help textDenys Vlasenko2010-09-061-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* ntpd: mention -N in help textDenys Vlasenko2010-08-111-3/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn2010-08-081-3/+8
| | | | | | | | | | | | | | | function old new delta retrieve_file_data 364 450 +86 bb_progress_update 615 682 +67 packed_usage 27406 27422 +16 wget_main 2440 2453 +13 static.wget_longopts 145 155 +10 progress_meter 199 159 -40 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/1 up/down: 192/-40) Total: 152 bytes Signed-off-by: Bradley M. Kuhn <bkuhn@ebb.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>