@cryptotaxi247 / kubo / commits / 27c7ebdf4

core/commands: get: Changed option description

Matt Bell committed Jan 24, 2015 at 07:28 UTC 27c7ebdf48589922e5e3b5847dd41f6245d94dce
1 file changed +1 -1
core/commands/get.go
+1 -1
@@ -41,7 +41,7 @@ may also specify the level of compression by specifying '-l=<1-9>'.
41 cmds.StringOption("output", "o", "The path where output should be stored"),
42 cmds.BoolOption("archive", "a", "Output a TAR archive"),
43 cmds.BoolOption("compress", "C", "Compress the output with GZIP compression"),
44 - cmds.IntOption("compression-level", "l", "The level of compression (an int between 1 and 9)"),
44 + cmds.IntOption("compression-level", "l", "The level of compression (1-9)"),
45 },
46 PreRun: func(req cmds.Request) error {
47 _, err := getCompressOptions(req)