dashboard: explain default configuration file path

This commit is contained in:
Chris Ballance 2017-11-25 11:31:23 +00:00 committed by Sébastien Bourdeauducq
parent 84b5e68349
commit 0999f2dd86
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ def get_argparser():
help="TCP port to connect to for broadcasts")
parser.add_argument(
"--db-file", default=None,
help="database file for local GUI settings")
help="database file for local GUI settings, "
"by default in {} and dependant on master hostname".format(
get_user_config_dir()))
verbosity_args(parser)
return parser