diff options
-rw-r--r-- | applets/usage.h | 2 | ||||
-rw-r--r-- | include/usage.h | 2 | ||||
-rw-r--r-- | usage.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index 443a0eb..772585b 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \ diff --git a/include/usage.h b/include/usage.h index 443a0eb..772585b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \ @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \ |