diff options
Diffstat (limited to 'src/commands/dd.c')
-rw-r--r-- | src/commands/dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/dd.c b/src/commands/dd.c index 87c9eb8..2b6955f 100644 --- a/src/commands/dd.c +++ b/src/commands/dd.c @@ -1,5 +1,4 @@ #include "../command.h" -#include <stdio.h> static void help() { printf("Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N]\n\n"); |