We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9366247 commit 8ac1816Copy full SHA for 8ac1816
mamonsu/tools/bootstrap/start.py
@@ -59,7 +59,7 @@ def __init__(self):
59
bootstrap_group.add_option(
60
'-M', '--mamonsu-username',
61
dest='mamonsu_username',
62
- help='database non-priviledged user for mamonsu')
+ help='database non-privileged user for mamonsu')
63
parser.add_option_group(group)
64
parser.add_option_group(bootstrap_group)
65
@@ -71,7 +71,7 @@ def __init__(self):
71
parser.print_help()
72
sys.exit(1)
73
if self.args.mamonsu_username is None:
74
- sys.stderr.write("ERROR: Database non-priviledged username for mamonsu is not specified\n")
+ sys.stderr.write("ERROR: Database non-privileged username for mamonsu is not specified\n")
75
76
77
0 commit comments