diff --git a/scripts/gnt-node b/scripts/gnt-node index 3c801ed634869cca04b1c18acfa20774a744f6bb..418f02cb5c65864bd166c337ab2ec0a2916355a0 100755 --- a/scripts/gnt-node +++ b/scripts/gnt-node @@ -67,7 +67,7 @@ _USER_STORAGE_TYPE = { } _STORAGE_TYPE_OPT = \ - cli_option("--storage-type", + cli_option("-t", "--storage-type", dest="user_storage_type", choices=_USER_STORAGE_TYPE.keys(), default=None,