diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-01-28 19:25:02 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-02-03 18:50:45 +0000 |
commit | a20e5c00c35490fa29668630113a01240a69b701 (patch) | |
tree | 18b2ae239bc64d2a5f48aea73242057de1552845 /fish/options.h | |
parent | 2020eded8a3f381c722abe001be8000723ff2418 (diff) | |
download | libguestfs-a20e5c00c35490fa29668630113a01240a69b701.tar.gz libguestfs-a20e5c00c35490fa29668630113a01240a69b701.tar.xz libguestfs-a20e5c00c35490fa29668630113a01240a69b701.zip |
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.
Diffstat (limited to 'fish/options.h')
-rw-r--r-- | fish/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/options.h b/fish/options.h index 728df04a..b755d906 100644 --- a/fish/options.h +++ b/fish/options.h @@ -67,6 +67,7 @@ /* Provided by guestfish or guestmount. */ extern guestfs_h *g; extern int read_only; +extern int live; extern int verbose; extern int inspector; extern int keys_from_stdin; |