aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2017-03-20 12:41:22 -0500
committerRob Landley <rob@landley.net>2017-03-20 12:41:22 -0500
commitcb8e5ad6c5b9c79cce1a6baf10041f90cf491711 (patch)
tree7d22e62919b40e845380b32486e8a61991329715 /Config.in
parent2ba9c414e02197075e7e90ca077dda19fae75cda (diff)
downloadtoybox-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.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 8fb1f139..2bfe30a8 100644
--- a/Config.in
+++ b/Config.in
@@ -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