From fe675f24f8afae61702b3e2aee9af34dd84a4d5b Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 10 Nov 1999 23:13:02 +0000 Subject: Updates to usage, and made tar work. -Erik git-svn-id: svn://busybox.net/trunk/busybox@94 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- ln.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ln.c') diff --git a/ln.c b/ln.c index 62496fba0..60fe39438 100644 --- a/ln.c +++ b/ln.c @@ -27,9 +27,9 @@ #include -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"; -- cgit v1.2.3-55-g6feb