diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 2da915a68..88a9a8f91 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[OPTIONS] TARGET... LINK|DIR" | 15 | //usage: "[OPTIONS] TARGET... LINK|DIR" |
16 | //usage:#define ln_full_usage "\n\n" | 16 | //usage:#define ln_full_usage "\n\n" |
17 | //usage: "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n" | 17 | //usage: "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -s Make symlinks instead of hardlinks" | 18 | //usage: "\n -s Make symlinks instead of hardlinks" |
20 | //usage: "\n -f Remove existing destinations" | 19 | //usage: "\n -f Remove existing destinations" |
21 | //usage: "\n -n Don't dereference symlinks - treat like normal file" | 20 | //usage: "\n -n Don't dereference symlinks - treat like normal file" |