From c7a30bf7d8e2b79624925a6f27281a0297217398 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Wed, 21 Jan 2015 06:50:56 +0100 Subject: [tests] Refactor CheckTests.py into custom scripts --- test/DocTests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/DocTests.py') diff --git a/test/DocTests.py b/test/DocTests.py index ea32608e..e362b980 100755 --- a/test/DocTests.py +++ b/test/DocTests.py @@ -221,7 +221,8 @@ class DocTests: if __name__ == "__main__": def getargs(): - parser = argparse.ArgumentParser(prog='DocTests', description='Test ledger examples from the documentation', prefix_chars='-') + parser = argparse.ArgumentParser(prog='DocTests', + description='Test and validate ledger examples from the texinfo manual') parser.add_argument('-v', '--verbose', dest='verbose', action='count', -- cgit v1.2.3