# HG changeset patch # User Rok Strnisa # Date 1284656279 -3600 # Node ID 49779767f9d5a82b202b094a161addba55df3829 # Parent bf2cd86c1bb0074226387920fd5d30cdd79e1ba0 [mq]: CA-42031-xe-snapshot-destroy-no-parameters-fails-with-internal-error diff --git a/ocaml/xapi/cli_frontend.ml b/ocaml/xapi/cli_frontend.ml --- a/ocaml/xapi/cli_frontend.ml +++ b/ocaml/xapi/cli_frontend.ml @@ -1329,8 +1329,8 @@ there are two or more empty CD devices, "snapshot-destroy", { - reqd=[]; - optn=["uuid"]; + reqd=["uuid"]; + optn=[]; help="Destroy a snapshot. This leaves the storage associated with the snapshot intact. To delete storage too, use snapshot-uninstall."; implementation=No_fd Cli_operations.snapshot_destroy; flags=[];