diff options
Diffstat (limited to 'dd.c')
-rw-r--r-- | dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ | |||
14 | #include <fcntl.h> | 14 | #include <fcntl.h> |
15 | #include <errno.h> | 15 | #include <errno.h> |
16 | 16 | ||
17 | const char dd_usage[] = | 17 | static const char dd_usage[] = |
18 | "Copy a file, converting and formatting according to options\n\ | 18 | "Copy a file, converting and formatting according to options\n\ |
19 | \n\ | 19 | \n\ |
20 | usage: [if=name] [of=name] [bs=n] [count=n]\n\ | 20 | usage: [if=name] [of=name] [bs=n] [count=n]\n\ |