Skip to content
Snippets Groups Projects
Commit 9a3cd1c0 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Correct -H SERVER_NAME in config-missing complaint message

parent bc42ca12
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ class Config(object): ...@@ -148,7 +148,7 @@ class Config(object):
if not config_args.config_path: if not config_args.config_path:
config_parser.error( config_parser.error(
"Must supply a config file.\nA config file can be automatically" "Must supply a config file.\nA config file can be automatically"
" generated using \"--generate-config -h SERVER_NAME" " generated using \"--generate-config -H SERVER_NAME"
" -c CONFIG-FILE\"" " -c CONFIG-FILE\""
) )
...@@ -209,7 +209,7 @@ class Config(object): ...@@ -209,7 +209,7 @@ class Config(object):
if not config_args.config_path: if not config_args.config_path:
config_parser.error( config_parser.error(
"Must supply a config file.\nA config file can be automatically" "Must supply a config file.\nA config file can be automatically"
" generated using \"--generate-config -h SERVER_NAME" " generated using \"--generate-config -H SERVER_NAME"
" -c CONFIG-FILE\"" " -c CONFIG-FILE\""
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment