summaryrefslogtreecommitdiff
path: root/include/usage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Felipe Kellermann, adds missing applet usage options, removes usageGlenn L McGrath2004-09-141-31/+51
| | | | for options that are currently not implemented and fixes typos.
* Tito writes:Eric Andersen2004-09-021-2/+2
| | | | | | | | | | The second patch contains: 1) a size optimization for adduser.c 2) removes a warning about an unused variable in syslogd.c if CONFIG_FEATURE_REMOTE_LOG is not set 3)cosmetic fixes for addgroup_full_usage and adduser_full_usage Ciao, Tito
* Patch from Tito documenting the '-q' optionEric Andersen2004-08-191-2/+3
|
* Fixup 'dc' usageEric Andersen2004-08-181-5/+5
|
* Patch from Felipe Kellermann, fixup usage for pidof, poweroff, remove Glenn L McGrath2004-07-231-7/+11
| | | | some trailing '\n'
* Patch from Felipe Kellermann, fixup usage for halt commandGlenn L McGrath2004-07-231-2/+4
|
* iUpdate reboot usage, patch by Felipe KellermannGlenn L McGrath2004-07-231-2/+4
|
* Patch from Felipe Kellermann to fix some typo'sGlenn L McGrath2004-07-231-5/+5
|
* Patch from Tito, ass usage for strings -a optionsGlenn L McGrath2004-07-211-0/+1
|
* Woops, the previous commit was an accident, its supplied in the patch,Glenn L McGrath2004-06-051-13/+0
| | | | dont commit yet as we are in feature freeze
* Device table support for makedevs, the previous behaviour can beenGlenn L McGrath2004-06-051-0/+13
| | | | selected at configure time.
* Ahem. ("I'm just tweaking a documentation string, I don't need to compileRob Landley2004-05-261-1/+1
| | | | | | | | test it before checking in..." New entry for famous last words list.) Add the missing backslash at the end of the new sed doc string line. (This one actually compiled with "show verbose applet usage messages"...)
* Update sed help. (Add -r option to long help, add -i option to brief help,Rob Landley2004-05-261-3/+4
| | | | and alphabetizie the option list.)
* As discussed, drop minit, which was not being supported in busybox.Eric Andersen2004-05-261-29/+0
| | | | | People wishing to use minit can obtain it and obtain support from http://www.fefe.de/minit/
* Update dpkg-deb usage to match current practicesGlenn L McGrath2004-05-021-3/+1
|
* Steven Scholz writes:Eric Andersen2004-04-141-0/+2
| | | | | | | | | | | | Hi there, the "-h" option of httpd is not described in the usage text. Please find the attached patch. Thanks. Steven
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry
* Fix incorrect ipcalc usage textEric Andersen2004-04-131-16/+10
|
* Fix several problems with start-stop-daemon, add -m supportEric Andersen2004-04-131-0/+1
|
* Patch from Rob Landley to fix sed documentation.Eric Andersen2004-04-121-4/+8
| | | | | The -i option was not documented, and in genereal the formatting was a bit ugly.
* Document insmod -oEric Andersen2004-04-071-0/+1
|
* Yet more doc updatesEric Andersen2004-04-061-69/+77
|
* Yet more doc cleanups. Many thanks to Robert P. J. Day forEric Andersen2004-04-061-41/+46
| | | | kindly reviewing the existing docs and providing helpful feedback.
* yet-more doc updates and cleanupsEric Andersen2004-04-061-103/+106
|
* As noted by Martin Schwenke, the example for find was wrongEric Andersen2004-03-291-1/+1
|
* Yet more doc cleanupsEric Andersen2004-03-271-10/+0
|
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-131-25/+27
| | | | the reality a bit to better match debian behavior.
* Fix awk entry, which was not showing up in BusyBox.txt for some reasonEric Andersen2004-03-121-6/+12
|
* In spite of the feature freeze, check in a complete rework of route whichManuel Novoa III2004-03-101-3/+11
| | | | | | | | fixes some bugs, adds some error checking, and removes _lots_ of bloat. Text size on i386... old new ipv6 5425 3523 no ipv6 3143 2193
* Note that /proc must be mounted for filesystem type autodetectionEric Andersen2004-03-091-1/+2
| | | | | to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted.
* Woops, how did that get in thereGlenn L McGrath2004-03-061-5/+0
|
* Patch from Denis Dowling to fix a ocuple of usage entriesGlenn L McGrath2004-02-251-2/+7
|
* Fernando Silveira writes:Eric Andersen2004-02-221-0/+15
| | | | | | | | | | | | | Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot!
* Update usage for ftpget and ftpputGlenn L McGrath2004-02-221-2/+2
|
* Document missing cp optionsEric Andersen2004-02-201-1/+2
|
* New applet, seq. No options, just the basics.Glenn L McGrath2004-01-271-0/+10
|
* Patch by Tito, reduce size of deallocvt, also make the usage messageGlenn L McGrath2004-01-151-1/+6
| | | | | clearer (from N to [N]) and indirectly (through bb_xgetlarg) adds support for -h ;-)
* Update example slightlyEric Andersen2003-12-281-1/+1
|
* ws, show date setting formatTim Riker2003-12-281-52/+52
|
* Isolate code better for unused options, config option to enable longGlenn L McGrath2003-12-261-1/+1
| | | | options, add some conditions to the tar tests in testsuite.
* Patch from Ned Ludd, solar at gentoo dot org:Eric Andersen2003-12-241-0/+21
| | | | | | | | I had previously provided you with a patch to help complete busybox's props suite, but have heard no word back. Sense then I've made use of as many of busybox's native API settings as I could find and would really love for you to include support for this. If there is something more I need to do to get this supported added in please let me know.
* New applet, rx, by Christopher HooverGlenn L McGrath2003-12-201-0/+7
|
* Eradicate all references to loadacmEric Andersen2003-12-201-7/+0
|
* Patch from Fillod Stephane:Eric Andersen2003-12-191-3/+5
| | | | | | You will find in the attached file "syslog.patch" a patch which adds config options to set at compile time the size of the circular buffer, and some documentation update.
* Tito writes:Eric Andersen2003-12-191-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi to all, here is a new patch for bb's devfsd. The news are: 1) Size reduction for the basic setup with no options compiled in from : text data bss dec hex filename 10591 392 543 11526 2d06 devfsd.o rw-r--r-- 1 root root 18536 Dec 18 21:52 devfsd.o to: text data bss dec hex filename 9303 392 543 10238 27fe devfsd.o rw-r--r-- 1 root root 16528 Dec 18 22:02 devfsd.o With this setup you should not expect much output from devfsd ( just at start or with -v) and if some error occurs it only exits 1. To have more output enable: " Increases logging (and size)" (+1568 b). 2) The option "Adds function names to program output" was removed from config menu and now to enable debug output you can use bb's standard option: "Build BusyBox with Debugging symbols". Be careful as with this option enabled a lot of data are outputted to /dev/log and/or to stderr. 3) A new option: "Enables the -fg and -np option" was added to config menu (+128 b). BTW: option "Adds support for MODLOAD keyword in devsfd.conf" adds 268 b. 4) The following keywords in devsfd.conf are supported: "CLEAR_CONFIG", "INCLUDE", "OPTIONAL_INCLUDE", "RESTORE", "PERMISSIONS", "EXECUTE", "COPY", "IGNORE", "MKOLDCOMPAT", "MKNEWCOMPAT","RMOLDCOMPAT", "RMNEWCOMPAT". But only if they are written UPPERCASE!!!!!!!! 5)Help text in usage.h was modified. 6)Something that I have forgotten.......... I've tested this for the last week on my box and it seems to work as expected. Thanks in advance and please apply. Ciao, Tito
* remove some spaces that mess up autodocifier.plEric Andersen2003-12-111-4/+4
|
* Patch from Steven Scholz, make usage more consistent with actualGlenn L McGrath2003-12-041-7/+9
| | | | behaviour.
* COMPRESS, not UNCOMPRESSGlenn L McGrath2003-11-181-1/+1
|
* Update usage for tar -ZGlenn L McGrath2003-11-181-1/+7
|
* Update md5sum, sha1sum options, patch by Steven ScholzGlenn L McGrath2003-11-181-10/+20
|