diff options
-rw-r--r-- | toys/posix/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ln.c b/toys/posix/ln.c index bde77269..fea6fff2 100644 --- a/toys/posix/ln.c +++ b/toys/posix/ln.c @@ -10,7 +10,7 @@ config LN bool "ln" default y help - usage: ln [-sf] [FROM...] TO + usage: ln [-sfn] [FROM...] TO Create a link between FROM and TO. With only one argument, create link in current directory. |