Skip to content

Commit b9ca058

Browse files
committed
CA-86513 : Hide the 'include-snapshots' parameter for the xe vm-export command in the CLI
1 parent 53e7716 commit b9ca058

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)