Skip to content
Snippets Groups Projects
Commit 25586b89 authored by Martin Mareš's avatar Martin Mareš
Browse files

test-anonymize: Překlep v helpu

parent 2144c8b7
Branches
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ from mo.util import die
parser = argparse.ArgumentParser(description='Anonymizuje všechny účastníky')
parser.add_argument('--really', default=False, action='store_true', help='potvrdí, že to opravdu chceme udělat')
parser.add_argument('--seed', type=str, default='seedme', help='random seed')
parser.add_argument('-n', '--dry-run', default=False, action='store_true', help='vyzkouší sloučení nanečisto (necommitne)')
parser.add_argument('-n', '--dry-run', default=False, action='store_true', help='vyzkouší anonymizaci nanečisto (necommitne)')
args = parser.parse_args()
mo.util.init_standalone()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment