]> git.ipfire.org Git - thirdparty/zstd.git/commit
removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800)
authorYann Collet <cyan@fb.com>
Fri, 18 Aug 2017 22:15:31 +0000 (15:15 -0700)
committerYann Collet <cyan@fb.com>
Fri, 18 Aug 2017 22:15:31 +0000 (15:15 -0700)
commit3f54d788e906279f1e13aba6a43f67c2c6d7b83c
tree7fe107c9b0551992d95c7a9f8c402bb43e964fa2
parentbbddff480d90926509ffae470f9148160204a0f6
removed --list from cli help (-h), reported by Agostino Sarubbo (@asarubbo) (#800)

redundant with shorter -l.
both -l and --list do the same thing, and are documented in man page.
programs/zstdcli.c