diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-22 15:43:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-22 15:43:29 +0200 |
commit | 1e7ca1859112333e3fb8d31dc715a4e4d5af5788 (patch) | |
tree | fb2ea24759d9f8b89cb4359144000f3016db235c /archival | |
parent | 8817e285b7ce071a27c366a2a602d3ca162b08ba (diff) | |
download | busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.tar.gz busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.tar.bz2 busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.zip |
Regularize "NUL terminated input" --help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/cpio.c b/archival/cpio.c index d84f6937d..f525419b8 100644 --- a/archival/cpio.c +++ b/archival/cpio.c | |||
@@ -74,7 +74,7 @@ | |||
74 | //usage: "\n -F FILE Input (-t,-i,-p) or output (-o) file" | 74 | //usage: "\n -F FILE Input (-t,-i,-p) or output (-o) file" |
75 | //usage: "\n -R USER[:GRP] Set owner of created files" | 75 | //usage: "\n -R USER[:GRP] Set owner of created files" |
76 | //usage: "\n -L Dereference symlinks" | 76 | //usage: "\n -L Dereference symlinks" |
77 | //usage: "\n -0 Input is separated by NULs" | 77 | //usage: "\n -0 NUL terminated input" |
78 | 78 | ||
79 | /* GNU cpio 2.9 --help (abridged): | 79 | /* GNU cpio 2.9 --help (abridged): |
80 | 80 | ||