Making note of my changes
[oweals/busybox.git] / ln.c
diff --git a/ln.c b/ln.c
index 62496fba09b84b779784647112e9892683fafdc5..60fe394386a8a7f7a3441da9e4f6ba8cb0dab6e2 100644 (file)
--- a/ln.c
+++ b/ln.c
@@ -27,9 +27,9 @@
 #include <errno.h>
 
 
-static const char ln_usage[] = "ln [OPTION] TARGET... LINK_NAME|DIRECTORY\n"
-"Create a link named LINK_NAME or DIRECTORY to the specified TARGET\n"
-"\nOptions:\n"
+static const char ln_usage[] = "ln [OPTION] TARGET... LINK_NAME|DIRECTORY\n\n"
+"Create a link named LINK_NAME or DIRECTORY to the specified TARGET\n\n"
+"Options:\n"
 "\t-s\tmake symbolic links instead of hard links\n"
 "\t-f\tremove existing destination files\n";