From aeaefce85bfbab510b306210119b4a0c61308d2a Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 26 Oct 2009 14:18:23 +0900 Subject: [PATCH] gnt-node: add short option -t for --storage-type Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- scripts/gnt-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-node b/scripts/gnt-node index 3c801ed63..418f02cb5 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, -- GitLab