From a20e5c00c35490fa29668630113a01240a69b701 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 28 Jan 2011 19:25:02 +0000 Subject: fish: Add guestfish --live, guestmount --live options. The other programs have the variable, but the flag is not enabled either because it doesn't make sense or because the implications are not well understood. --- cat/virt-ls.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cat/virt-ls.c') diff --git a/cat/virt-ls.c b/cat/virt-ls.c index 64bae46e..315fb1ff 100644 --- a/cat/virt-ls.c +++ b/cat/virt-ls.c @@ -35,6 +35,7 @@ guestfs_h *g; int read_only = 1; +int live = 0; int verbose = 0; int keys_from_stdin = 0; int echo_keys = 0; @@ -227,6 +228,7 @@ main (int argc, char *argv[]) */ assert (read_only == 1); assert (inspector == 1); + assert (live == 0); /* User must specify at least one directory name on the command line. */ if (optind >= argc || argc - optind < 1) -- cgit