summaryrefslogtreecommitdiffstats
path: root/cat/virt-cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat/virt-cat.c')
-rw-r--r--cat/virt-cat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cat/virt-cat.c b/cat/virt-cat.c
index 470c70cc..834d490c 100644
--- a/cat/virt-cat.c
+++ b/cat/virt-cat.c
@@ -34,6 +34,7 @@
guestfs_h *g;
int read_only = 1;
+int live = 0;
int verbose = 0;
int keys_from_stdin = 0;
int echo_keys = 0;
@@ -213,6 +214,7 @@ main (int argc, char *argv[])
*/
assert (read_only == 1);
assert (inspector == 1);
+ assert (live == 0);
/* User must specify at least one filename on the command line. */
if (optind >= argc || argc - optind < 1)