From 28eeadd37b196486f5401d447266790f84364732 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 16 Dec 2012 15:27:33 -0600 Subject: Missing letter in help text. --- toys/posix/ln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/ln.c') 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. -- cgit v1.2.3