@@ -27,7 +27,7 @@ The prefix can be optionally followed by B whose casing is ignored, eg. 1k, 1K,
parser.add_argument("-cachesize",help="Resize the prefetching cache use to speed up I/O operations(use 0 to disable)")
parser.add_argument("-experimental-io-features",help="Used with an argument provided, enables the corresponding experimental feature for output trees")
parser.add_argument("-f",help="Gives the ability to specify the compression level of the target file(by default 4) ")
parser.add_argument("-fk",help="""Sets the target file to contain the baskets with the same compression
parser.add_argument("-fk",help="""Sets the target file to contain the baskets with the same compression
as the input files (unless -O is specified). Compresses the meta data
using the compression level specified in the first input or the
compression setting after fk (for example 206 when using -fk206)""")