Age | Commit message (Expand) | Author |
---|---|---|
2019-04-12 | Make help text spacing consistent. | Rob Landley |
2016-09-04 | Switch help.c from #ifdef to if() | Rob Landley |
2016-05-25 | Stand alone builds of OLDTOY should show help text for corresponding NEWTOY. | Rob Landley |
2016-02-10 | Don't include toys.h from config2help.c (so cross-compiling from systems we | Rob Landley |
2015-09-11 | Replace toys.exithelp with help_exit() in lib. | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-09-27 | Don't segfault for --help of single.sh build of OLDTOY commands that use anot... | Rob Landley |
2013-04-29 | Fix conflicting types for show_help(). | Rob Landley |
2013-04-14 | Move guts of help command into show_help() in lib/help.c, with config TOYBOX_... | Rob Landley |