diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-02-12 23:51:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-02-12 23:51:38 +0000 |
| commit | 99f5fd8ca9ad84a47552c2c71576f8e25e699909 (patch) | |
| tree | 30597b3f0c60aa7e911fae5ff0d3d2aad2e7bfa9 /gnu/usr.bin/cpio | |
| parent | 9afe87dc0feea1c65f25a2dd2ac69471723be89b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cpio')
| -rw-r--r-- | gnu/usr.bin/cpio/cpio.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/cpio.1 b/gnu/usr.bin/cpio/cpio.1 index 7ef74c41c15a..6472a319fbc7 100644 --- a/gnu/usr.bin/cpio/cpio.1 +++ b/gnu/usr.bin/cpio/cpio.1 @@ -229,7 +229,9 @@ Ignored; for compatibility with other versions of .BR cpio . .TP .I "\-l, \-\-link" -Link files instead of copying them, when possible. +Link files instead of copying them, when possible (usable only with the +.I \-p +option). .TP .I "\-L, \-\-dereference" Dereference symbolic links (copy the files that they point to instead |
