diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-09 17:37:39 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-02-09 17:37:39 +0000 |
commit | a89237ae953b770c82cf9c1dbf192cc54e1dd5be (patch) | |
tree | f2459cf124e940897222cf3c2d1d840dc7a981a5 /bin/ln/ln.c | |
parent | b3f44d7907dec84405f0aeeacbee5cfb3d39917e (diff) |
Notes
Diffstat (limited to 'bin/ln/ln.c')
-rw-r--r-- | bin/ln/ln.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 9ad66576ef6dd..5609449a4d693 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); } |