From ea19af64944699bda3faed2bd87b5887fbfce05f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 8 Nov 2021 00:09:59 -0500 Subject: [PATCH] Allow American spelling for compatibility --- client-cli/pvc/pvc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index 9176acb1..504da116 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -5647,6 +5647,7 @@ def task_init(confirm_flag, overwrite_flag): ) @click.option( "--colour", + "--color", "_colour", envvar="PVC_COLOUR", is_flag=True,