diff options
author | Rob Landley <rob@landley.net> | 2015-09-11 16:35:14 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-09-11 16:35:14 -0500 |
commit | e5354ca12a232b3f97726214254a868771cb70d1 (patch) | |
tree | ba373c24ede64b8a18f11a02cf834ce99aa586bf /www | |
parent | d067571abb2b7934f3350c90ca891beb987c68fd (diff) | |
download | toybox-e5354ca12a232b3f97726214254a868771cb70d1.tar.gz |
Replace toys.exithelp with help_exit() in lib.
Diffstat (limited to 'www')
-rw-r--r-- | www/code.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/code.html b/www/code.html index a1c08efe..6050aa1a 100644 --- a/www/code.html +++ b/www/code.html @@ -404,9 +404,6 @@ the first argument, not the command name. Use toys.which->name for the command name.</p></li> <li><p>int <b>optc</b> - Optarg count, equivalent to argc but for optargs[].<p></li> -<li><p>int <b>exithelp</b> - Whether error_exit() should print a usage message -via help_main() before exiting. (True during option parsing, defaults to -false afterwards.)</p></li> </ul> <a name="toy_union" /> |