mirror of https://github.com/openXC7/prjxray.git
parsedb: better help
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
04053f4d31
commit
34464f80f6
|
|
@ -42,7 +42,7 @@ def main():
|
|||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Parse a db, check for consistency")
|
||||
description="Parse a db file, checking for consistency")
|
||||
|
||||
util.db_root_arg(parser)
|
||||
parser.add_argument('--verbose', action='store_true', help='')
|
||||
|
|
|
|||
Loading…
Reference in New Issue