From 1e7ca1859112333e3fb8d31dc715a4e4d5af5788 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 22 Aug 2021 15:43:29 +0200 Subject: Regularize "NUL terminated input" --help texts Signed-off-by: Denys Vlasenko --- archival/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival') 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 @@ //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): -- cgit v1.2.3