"-j", Arg.Unit (set_extcompress BZip2),
" " ^ s_"Pipe the output/input through bzip2";
"-o", Arg.String set_output,
- "path" ^ s_"Set the output filename or directory name";
+ "path " ^ s_"Set the output filename or directory name";
"-p", Arg.String (fun prog -> set_extcompress (External prog) ()),
- "prog" ^ s_"Pipe the output/input through external program";
+ "prog " ^ s_"Pipe the output/input through external program";
"--version", Arg.Unit version,
" " ^ s_"Display version and exit";
"-z", Arg.Unit (set_extcompress GZip),