Revision 6cc2a415 hmp-commands.hx

b/hmp-commands.hx
882 882

  
883 883
    {
884 884
        .name       = "snapshot_blkdev",
885
        .args_type  = "device:B,snapshot-file:s?,format:s?",
886
        .params     = "device [new-image-file] [format]",
885
        .args_type  = "reuse:-n,device:B,snapshot-file:s?,format:s?",
886
        .params     = "[-n] device [new-image-file] [format]",
887 887
        .help       = "initiates a live snapshot\n\t\t\t"
888 888
                      "of device. If a new image file is specified, the\n\t\t\t"
889 889
                      "new image file will become the new root image.\n\t\t\t"
890 890
                      "If format is specified, the snapshot file will\n\t\t\t"
891 891
                      "be created in that format. Otherwise the\n\t\t\t"
892
                      "snapshot will be internal! (currently unsupported)",
892
                      "snapshot will be internal! (currently unsupported).\n\t\t\t"
893
                      "The default format is qcow2.  The -n flag requests QEMU\n\t\t\t"
894
                      "to reuse the image found in new-image-file, instead of\n\t\t\t"
895
                      "recreating it from scratch.",
893 896
        .mhandler.cmd = hmp_snapshot_blkdev,
894 897
    },
895 898

  

Also available in: Unified diff