update the compress option name

This commit is contained in:
Eric Coissac
2025-03-11 17:14:40 +01:00
parent f21f51ae62
commit 62e5a93492
4 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func OutputModeOptionSet(options *getoptions.GetOpt, compressed bool) {
options.Description("Disable the progress bar printing"))
if compressed {
options.BoolVar(obidefault.CompressedPtr(), "compressed", obidefault.CompressOutput(),
options.BoolVar(obidefault.CompressOutputPtr(), "compress", obidefault.CompressOutput(),
options.Alias("Z"),
options.Description("Compress all the result using gzip"))