Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-16 11:06:30 +0300
committerEric Andersen <andersen@codepoet.org>2001-03-16 11:06:30 +0300
commit704b2c212256a052d60032bfb54521cf94f91dfd (patch)
tree58d46bc725bbf342311471fb71b2ebca787642bf
parent53b55ac08d55bed26b2d95a4a27549cd1caa947e (diff)
There was an unwanted extra newline, which prevented building0_50
uudecode. How did this sneak through the testing until now? -Erik
-rw-r--r--applets/usage.h2
-rw-r--r--include/usage.h2
-rw-r--r--usage.h2
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 @@
#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 443a0ebe0..772585b54 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" \
diff --git a/usage.h b/usage.h
index 443a0ebe0..772585b54 100644
--- a/usage.h
+++ b/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" \