diff options
author | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-13 23:22:16 +0000 |
commit | 2ec922eed5093084837be628efc07c635ad30357 (patch) | |
tree | 191d18163e85eb614e33a38bd93da35b7c3f3366 /procps | |
parent | 6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff) | |
download | busybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz |
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'procps')
-rw-r--r-- | procps/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/procps/Config.in b/procps/Config.in index 52bfd3f43..2183fab9a 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -46,14 +46,14 @@ config CONFIG_PIDOF those id's on the standard output. config CONFIG_FEATURE_PIDOF_SINGLE - bool " Enable argument for single shot (-s)" + bool "Enable argument for single shot (-s)" default n depends on CONFIG_PIDOF help Support argument '-s' for returning only the first pid found. config CONFIG_FEATURE_PIDOF_OMIT - bool " Enable argument for omitting pids (-o)" + bool "Enable argument for omitting pids (-o)" default n depends on CONFIG_PIDOF help @@ -68,7 +68,7 @@ config CONFIG_PS ps gives a snapshot of the current processes. config CONFIG_FEATURE_PS_WIDE - bool " Enable argument for wide output (-w)" + bool "Enable argument for wide output (-w)" default n depends on CONFIG_PS help @@ -97,7 +97,7 @@ config CONFIG_TOP system. config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE - bool " Support showing CPU usage percentage (add 2k bytes)" + bool "Support showing CPU usage percentage (add 2k bytes)" default y depends on CONFIG_TOP help |