]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tools: checkusage can dump all command output
authorRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 27 Jun 2017 06:25:22 +0000 (08:25 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Tue, 27 Jun 2017 06:25:22 +0000 (08:25 +0200)
commit99267518a6f2293eee7352b72e88cac1d985ecbe
tree1d4fb1ca464fdd1465201ce4679d231b3dc4d84f
parente8e9267f5deed3a2b071590256244aafe2af7075
tools: checkusage can dump all command output

use
$ make CU_DUMP=1 checkusage

for easily reviewing and comparing all output in
  /tmp/checkusage--help
  /tmp/checkusage--version
  /tmp/checkusage--unknownopt

This was a big help when doing all my last usage cleanup.
Actually I used it to dump the original output, edited it
how I would like it, and then changed our programs to match
the wanted output.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
tools/checkusage.sh