summaryrefslogtreecommitdiff
path: root/src/commands/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dd.c')
-rw-r--r--src/commands/dd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dd.c b/src/commands/dd.c
index 278dee3..8acde7d 100644
--- a/src/commands/dd.c
+++ b/src/commands/dd.c
@@ -5,9 +5,9 @@ static void help() {
printf("Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N]\n\n");
printf("Copy a file with converting and formatting\n\n");
printf("if=FILE\t\tRead from FILE instead of stdin\n");
- printf("of=FILE\t\tWrite to FILE instead of stdout\n");
- printf("bs=N\t\tRead and write N bytes at a time\n");
- printf("count=N\t\tCopy only N input blocks\n");
+ printf("of=FILE\t\tWrite to FILE instead of stdout\n");
+ printf("bs=N\t\tRead and write N bytes at a time\n");
+ printf("count=N\t\tCopy only N input blocks\n");
exit(EXIT_SUCCESS);
}