master: expand --name help

This commit is contained in:
Chris Ballance 2017-11-25 11:40:13 +00:00 committed by Sébastien Bourdeauducq
parent 10ee3f19a8
commit 00efb0ccd2
1 changed files with 3 additions and 1 deletions

View File

@ -48,7 +48,9 @@ def get_argparser():
log_args(parser)
parser.add_argument("--name", help="friendly name")
parser.add_argument("--name",
help="friendly name, displayed in dashboards "
"to identify master instead of server address")
return parser