]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: csplit: more accurate --elide-empty-files help
authorPádraig Brady <P@draigBrady.com>
Tue, 17 Jan 2023 21:31:31 +0000 (21:31 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 17 Jan 2023 21:44:48 +0000 (21:44 +0000)
* src/csplit.c (usage): Use "suppress" rather than "remove"
when describing -z so it's more apparent that the effect
is a particular numbered file is not created, rather than
being removed later.  I.e., don't suggest -z may induce
gaps in file numbering.
Reported at https://bugs.debian.org/1029103

src/csplit.c

index da4b36a7c684b6ce33ea17b591352d28cbdffeff..9a31697b619090d524540fe3df1981cf90ab7053 100644 (file)
@@ -1471,7 +1471,7 @@ Read standard input if FILE is -\n\
       fputs (_("\
   -n, --digits=DIGITS        use specified number of digits instead of 2\n\
   -s, --quiet, --silent      do not print counts of output file sizes\n\
-  -z, --elide-empty-files    remove empty output files\n\
+  -z, --elide-empty-files    suppress empty output files\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);