Regularize "NUL terminated input" --help texts

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2021-08-22 15:43:29 +02:00
parent 8817e285b7
commit 1e7ca18591
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
//usage: "\n -F FILE Input (-t,-i,-p) or output (-o) file"
//usage: "\n -R USER[:GRP] Set owner of created files"
//usage: "\n -L Dereference symlinks"
//usage: "\n -0 Input is separated by NULs"
//usage: "\n -0 NUL terminated input"
/* GNU cpio 2.9 --help (abridged):