out = print
if err is True:
out = noise
+ indent = ' ' * len (SELF)
out ("usage: %s SUBCOMMAND { --help" % SELF)
- out (" | [ -v ] { -p PASSWORD | -k KEY }")
- out (" { { -i | --in } { - | SOURCE } }")
- out (" { { -o | --out } { - | DESTINATION } }")
- out (" { -D | --no-decrypt } { -S | --split }")
+ out (" %s | [ -v ] { -p PASSWORD | -k KEY }" % indent)
+ out (" %s { { -i | --in } { - | SOURCE } }" % indent)
+ out (" %s { { -o | --out } { - | DESTINATION } }" % indent)
+ out (" %s { -D | --no-decrypt } { -S | --split }" % indent)
out ("")
out ("\twhere")
out ("\t\tSUBCOMMAND main mode: { process | scrypt }")