From 226240353d4e08ab6149fd66196f93fa8e9ed72d Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 26 Jun 2016 16:57:41 +0200 Subject: [PATCH] fix the desc of the cache clean command --- patacrep/tools/cache/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )