diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-26 15:28:28 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 12:04:16 +0100 |
commit | c66d6f215e8303d4eaf8ccfdb6a58cff04ccc485 (patch) | |
tree | 6a42e95590dffe4fd5a88e1ba52e15ad4a879c92 /po/POTFILES.in | |
parent | d600342b7d29c0176ff96a7807ebb38303ecb3a6 (diff) | |
download | libguestfs-c66d6f215e8303d4eaf8ccfdb6a58cff04ccc485.tar.gz libguestfs-c66d6f215e8303d4eaf8ccfdb6a58cff04ccc485.tar.xz libguestfs-c66d6f215e8303d4eaf8ccfdb6a58cff04ccc485.zip |
Unify guestfish and guestmount options processing (RHBZ#642932).
In guestfish, factor out the processing of the options -a, -c,
-d, -i, -m, -n, -r, -v, -V, -x into a separate set of files:
options.c, options.h, inspect.c, virt.c.
Change guestmount so that it uses these same files (from the
../fish directory) to process the same options.
This unifies the handling of these options between the two programs.
It also adds the useful inspection feature to guestmount, so you
can now do:
guestmount -d Guest -i --ro mnt/
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 10b690c6..970068dd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -83,6 +83,7 @@ fish/inspect.c fish/lcd.c fish/man.c fish/more.c +fish/options.c fish/prep.c fish/prep_boot.c fish/prep_disk.c |