# HG changeset patch # User Rob Landley # Date 1355693253 21600 # Node ID 1e1abf1113f2ae57e69b1789d6d73b95dd97d19e # Parent 9a20a126313a6fe540b99dbb1e2d69bc863fe3fc Missing letter in help text. diff -r 9a20a126313a -r 1e1abf1113f2 toys/posix/ln.c --- 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.