diff options
author | Rob Landley <rob@landley.net> | 2017-03-20 12:41:22 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-03-20 12:41:22 -0500 |
commit | cb8e5ad6c5b9c79cce1a6baf10041f90cf491711 (patch) | |
tree | 7d22e62919b40e845380b32486e8a61991329715 /Config.in | |
parent | 2ba9c414e02197075e7e90ca077dda19fae75cda (diff) | |
download | toybox-cb8e5ad6c5b9c79cce1a6baf10041f90cf491711.tar.gz |
Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,
and make uptime use it.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -135,6 +135,12 @@ config TOYBOX_DEBUG Enable extra checks for debugging purposes. All of them catch things that can only go wrong at development time, not runtime. +config TOYBOX_PEDANTIC_ARGS + bool "Pedantic argument checking" + default n + help + Check arguments for commands that have no arguments. + config TOYBOX_UID_SYS int "First system UID" default 100 |