diff --git a/patacrep/tools/cache/__main__.py b/patacrep/tools/cache/__main__.py index 5c75d52d..f48de224 100644 --- a/patacrep/tools/cache/__main__.py +++ b/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, )