From 715f7e28090d08c16bfdd32b0298812972c12b36 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 5 Mar 2012 08:58:00 +0000 Subject: Remove ConfigOnly flag from set-autosync. guestfs_set_autosync sets a flag which affects guestfs_close, and so this call can be made at any time before the handle is closed, not just in the config state. --- generator/generator_actions.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 29295897..70ab359d 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -286,7 +286,7 @@ guest kernel command line. If C then no options are added."); - ("set_autosync", (RErr, [Bool "autosync"], []), -1, [FishAlias "autosync"; ConfigOnly], + ("set_autosync", (RErr, [Bool "autosync"], []), -1, [FishAlias "autosync"], [], "set autosync mode", "\ -- cgit