Corrected spelling mistake

in quotas -> in quotes

Change-Id: I3adb1ccd8f3a9c495f0b9cf688aee5c4c1e63507
This commit is contained in:
David Rabel 2018-01-19 11:18:41 +01:00
parent 8822c9e8f3
commit e8b56a37cc
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class SetService(command.Command):
"--disable-reason",
default=None,
metavar="<reason>",
help=_("Reason for disabling the service (in quotas). "
help=_("Reason for disabling the service (in quotes). "
"Should be used with --disable option.")
)
up_down_group = parser.add_mutually_exclusive_group()