diff options
| author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-16 08:06:30 +0000 |
|---|---|---|
| committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-16 08:06:30 +0000 |
| commit | 5da144a745d44c0edec20a6fda88ed65ed660e79 (patch) | |
| tree | 58d46bc725bbf342311471fb71b2ebca787642bf | |
| parent | 6122b1169815e3836104bf71615edcca7df26ed2 (diff) | |
| download | busybox-w32-5da144a745d44c0edec20a6fda88ed65ed660e79.tar.gz busybox-w32-5da144a745d44c0edec20a6fda88ed65ed660e79.tar.bz2 busybox-w32-5da144a745d44c0edec20a6fda88ed65ed660e79.zip | |
There was an unwanted extra newline, which prevented building
uudecode. How did this sneak through the testing until now?
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2120 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -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 443a0ebe0..772585b54 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
| @@ -1638,7 +1638,7 @@ | |||
| 1638 | #define uudecode_full_usage \ | 1638 | #define uudecode_full_usage \ |
| 1639 | "Uudecode a file that is uuencoded.\n\n" \ | 1639 | "Uudecode a file that is uuencoded.\n\n" \ |
| 1640 | "Options:\n" \ | 1640 | "Options:\n" \ |
| 1641 | "\t-o FILE\tdirect output to FILE" \ | 1641 | "\t-o FILE\tdirect output to FILE" |
| 1642 | #define uudecode_example_usage \ | 1642 | #define uudecode_example_usage \ |
| 1643 | "$ uudecode -o busybox busybox.uu\n" \ | 1643 | "$ uudecode -o busybox busybox.uu\n" \ |
| 1644 | "$ ls -l busybox\n" \ | 1644 | "$ ls -l busybox\n" \ |
diff --git a/include/usage.h b/include/usage.h index 443a0ebe0..772585b54 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -1638,7 +1638,7 @@ | |||
| 1638 | #define uudecode_full_usage \ | 1638 | #define uudecode_full_usage \ |
| 1639 | "Uudecode a file that is uuencoded.\n\n" \ | 1639 | "Uudecode a file that is uuencoded.\n\n" \ |
| 1640 | "Options:\n" \ | 1640 | "Options:\n" \ |
| 1641 | "\t-o FILE\tdirect output to FILE" \ | 1641 | "\t-o FILE\tdirect output to FILE" |
| 1642 | #define uudecode_example_usage \ | 1642 | #define uudecode_example_usage \ |
| 1643 | "$ uudecode -o busybox busybox.uu\n" \ | 1643 | "$ uudecode -o busybox busybox.uu\n" \ |
| 1644 | "$ ls -l busybox\n" \ | 1644 | "$ ls -l busybox\n" \ |
| @@ -1638,7 +1638,7 @@ | |||
| 1638 | #define uudecode_full_usage \ | 1638 | #define uudecode_full_usage \ |
| 1639 | "Uudecode a file that is uuencoded.\n\n" \ | 1639 | "Uudecode a file that is uuencoded.\n\n" \ |
| 1640 | "Options:\n" \ | 1640 | "Options:\n" \ |
| 1641 | "\t-o FILE\tdirect output to FILE" \ | 1641 | "\t-o FILE\tdirect output to FILE" |
| 1642 | #define uudecode_example_usage \ | 1642 | #define uudecode_example_usage \ |
| 1643 | "$ uudecode -o busybox busybox.uu\n" \ | 1643 | "$ uudecode -o busybox busybox.uu\n" \ |
| 1644 | "$ ls -l busybox\n" \ | 1644 | "$ ls -l busybox\n" \ |
