Skip to content

Commit f1a695d

Browse files
author
Jon Ludlam
committed
Merge pull request #978 from akshayramani/CA-86513
CA-86513 : Hide the 'include-snapshots' parameter for the xe vm-export
2 parents ff6ef96 + b9ca058 commit f1a695d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/xapi/cli_frontend.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1293,7 +1293,7 @@ there are two or more empty CD devices, please use the command 'vbd-insert' and
12931293
"vm-export",
12941294
{
12951295
reqd=["filename"];
1296-
optn=["preserve-power-state"; "compress"; "include-snapshots"];
1296+
optn=["preserve-power-state"; "compress"];
12971297
help="Export a VM to <filename>.";
12981298
implementation=With_fd Cli_operations.vm_export;
12991299
flags=[Standard; Vm_selectors];

0 commit comments

Comments
 (0)