summaryrefslogtreecommitdiff
path: root/openstackclient/compute
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute')
-rw-r--r--openstackclient/compute/v2/flavor.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstackclient/compute/v2/flavor.py b/openstackclient/compute/v2/flavor.py
index 093592cd..0308d940 100644
--- a/openstackclient/compute/v2/flavor.py
+++ b/openstackclient/compute/v2/flavor.py
@@ -149,20 +149,20 @@ class ListFlavor(command.Lister):
action="store_true",
default=True,
help="List only public flavors (default)",
- )
+ )
public_group.add_argument(
"--private",
dest="public",
action="store_false",
help="List only private flavors",
- )
+ )
public_group.add_argument(
"--all",
dest="all",
action="store_true",
default=False,
help="List all flavors, whether public or private",
- )
+ )
parser.add_argument(
'--long',
action='store_true',