From ccda0661ce80da9acf3ea134d88916d30e836128 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 1 Jul 2020 18:20:38 +0200 Subject: [PATCH] small help documentation improvement --- python/obitools3/commands/count.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/commands/count.pyx b/python/obitools3/commands/count.pyx index 9c84380..bd1ed18 100755 --- a/python/obitools3/commands/count.pyx +++ b/python/obitools3/commands/count.pyx @@ -22,7 +22,7 @@ def addOptions(parser): group.add_argument('-s','--sequence', action="store_true", dest="count:sequence", default=False, - help="Prints only the number of sequence records.") + help="Prints only the number of sequence records (much faster, default: False).") group.add_argument('-a','--all', action="store_true", dest="count:all",