From 739ecd568422d9dd6a8ad8ccbde608d8a4bb38bd Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Fri, 27 Jul 2007 09:34:32 +0000 Subject: [PATCH] Remove defectiv comma. Reviewed-by: iustinp --- scripts/gnt-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-instance b/scripts/gnt-instance index 867e0d573..25edadf29 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -423,7 +423,7 @@ node_opt = make_option("-n", "--node", dest="node", help="Target node", metavar="<node>") os_opt = cli_option("-o", "--os-type", dest="os", help="What OS to run", - metavar="<os>"), + metavar="<os>") # this is defined separately due to readability only add_opts = [ -- GitLab