diff options
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 8a2eaed72..96602ebdd 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") | 13 | //usage: " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") |
14 | //usage:#define dd_full_usage "\n\n" | 14 | //usage:#define dd_full_usage "\n\n" |
15 | //usage: "Copy a file with converting and formatting\n" | 15 | //usage: "Copy a file with converting and formatting\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n if=FILE Read from FILE instead of stdin" | 16 | //usage: "\n if=FILE Read from FILE instead of stdin" |
18 | //usage: "\n of=FILE Write to FILE instead of stdout" | 17 | //usage: "\n of=FILE Write to FILE instead of stdout" |
19 | //usage: "\n bs=N Read and write N bytes at a time" | 18 | //usage: "\n bs=N Read and write N bytes at a time" |