diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 2d745e260..fa35241f4 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -127,7 +127,16 @@ config FEATURE_DD_SIGNAL_HANDLING | |||
127 | 127 | ||
128 | $ dd if=/dev/zero of=/dev/null& | 128 | $ dd if=/dev/zero of=/dev/null& |
129 | $ pid=$! kill -USR1 $pid; sleep 1; kill $pid | 129 | $ pid=$! kill -USR1 $pid; sleep 1; kill $pid |
130 | 10899206+0 records in 10899206+0 records out | 130 | 10899206+0 records in |
131 | 10899206+0 records out | ||
132 | |||
133 | config FEATURE_DD_THIRD_STATUS_LINE | ||
134 | bool "Enable the third status line upon signal" | ||
135 | default n | ||
136 | depends on DD && FEATURE_DD_SIGNAL_HANDLING | ||
137 | help | ||
138 | Displays a coreutils-like third status line with transferred bytes, | ||
139 | elapsed time and speed. | ||
131 | 140 | ||
132 | config FEATURE_DD_IBS_OBS | 141 | config FEATURE_DD_IBS_OBS |
133 | bool "Enable ibs, obs and conv options" | 142 | bool "Enable ibs, obs and conv options" |