Browse Source

fix the desc of the cache clean command

pull/233/head
Oliverpool 8 years ago
parent
commit
226240353d
  1. 2
      patacrep/tools/cache/__main__.py

2
patacrep/tools/cache/__main__.py

@ -26,7 +26,7 @@ def commandline_parser():
parser = argparse.ArgumentParser(
prog="patatools cache",
description="Convert between song formats.",
description="Clean the caches related to a songbook.",
formatter_class=argparse.RawTextHelpFormatter,
)

Loading…
Cancel
Save