From c77d2ea34125ad68194cda9cc5a161ac6756668c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Aug 2017 12:31:53 +0200 Subject: [PATCH] Remove dash (#9089) --- homeassistant/scripts/keyring.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/scripts/keyring.py b/homeassistant/scripts/keyring.py index dba67a35197..e9eedeaa300 100644 --- a/homeassistant/scripts/keyring.py +++ b/homeassistant/scripts/keyring.py @@ -1,4 +1,4 @@ -"""Script to get, set and delete secrets stored in the keyring.""" +"""Script to get, set, and delete secrets stored in the keyring.""" import os import argparse import getpass @@ -11,7 +11,7 @@ REQUIREMENTS = ['keyring>=9.3,<10.0'] def run(args): """Handle keyring script.""" parser = argparse.ArgumentParser( - description=("Modify Home-Assistant secrets in the default keyring. " + description=("Modify Home Assistant secrets in the default keyring. " "Use the secrets in configuration files with: " "!secret ")) parser.add_argument(