changeset 750:1e1abf1113f2

Missing letter in help text.
author Rob Landley <rob@landley.net>
date Sun, 16 Dec 2012 15:27:33 -0600
parents 9a20a126313a
children f7eaff0c8d0c
files toys/posix/ln.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/ln.c	Sat Dec 15 12:29:43 2012 -0600
+++ b/toys/posix/ln.c	Sun Dec 16 15:27:33 2012 -0600
@@ -10,7 +10,7 @@
   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.