Patch subject is complete summary.

 ocaml/xapi/cli_frontend.ml |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


# HG changeset patch
# User Rok Strnisa <[email protected]>
# 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=[];
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to