Skip to content

Commit e8b56a3

Browse files
committed
Corrected spelling mistake
in quotas -> in quotes Change-Id: I3adb1ccd8f3a9c495f0b9cf688aee5c4c1e63507
1 parent 8822c9e commit e8b56a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/compute/v2/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_parser(self, prog_name):
142142
"--disable-reason",
143143
default=None,
144144
metavar="<reason>",
145-
help=_("Reason for disabling the service (in quotas). "
145+
help=_("Reason for disabling the service (in quotes). "
146146
"Should be used with --disable option.")
147147
)
148148
up_down_group = parser.add_mutually_exclusive_group()

0 commit comments

Comments
 (0)