diff --git a/client-cli/pvc.py b/client-cli/pvc.py index 4a0a70df..3d24c060 100755 --- a/client-cli/pvc.py +++ b/client-cli/pvc.py @@ -1446,7 +1446,7 @@ def net_acl(): @click.option( '--in/--out', 'direction', is_flag=True, - default=True, #inbound + default=True, # inbound help='Inbound or outbound ruleset.' ) @click.option(