There was an unwanted extra newline, which prevented building 0_50
authorEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 08:06:30 +0000 (08:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 08:06:30 +0000 (08:06 -0000)
uudecode.  How did this sneak through the testing until now?
 -Erik

applets/usage.h
include/usage.h
usage.h

index 443a0ebe08e92524e9e9757e30dd44d6eb40f245..772585b540ae8b90a685fe23710f6dfd67d1fc72 100644 (file)
 #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" \
index 443a0ebe08e92524e9e9757e30dd44d6eb40f245..772585b540ae8b90a685fe23710f6dfd67d1fc72 100644 (file)
 #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 443a0ebe08e92524e9e9757e30dd44d6eb40f245..772585b540ae8b90a685fe23710f6dfd67d1fc72 100644 (file)
--- a/usage.h
+++ b/usage.h
 #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" \