summaryrefslogtreecommitdiffstats
path: root/bin/ln/ln.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ln/ln.c')
-rw-r--r--bin/ln/ln.c6
1 files changed, 3 insertions, 3 deletions
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);
}
OpenPOWER on IntegriCloud