aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in11
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
133config 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
132config FEATURE_DD_IBS_OBS 141config FEATURE_DD_IBS_OBS
133 bool "Enable ibs, obs and conv options" 142 bool "Enable ibs, obs and conv options"