From 978b8f7f1d9acca15190b3e1c3c13206ae9ff3be Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 9 Feb 2005 17:37:39 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- bin/ln/ln.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/ln') diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 9ad6657..5609449 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -236,8 +236,8 @@ void usage(void) { (void)fprintf(stderr, "%s\n%s\n%s\n", - "usage: ln [-fhinsv] file1 file2", - " ln [-fhinsv] file ... directory", - " link file1 file2"); + "usage: ln [-fhinsv] source_file [target_file]", + " ln [-fhinsv] source_file ... target_dir", + " link source_file target_file"); exit(1); } -- cgit v1.1