diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-25 11:28:09 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-25 11:31:11 +0100 |
commit | c9f1a45334efca844c8918b9f0de373f16fd9766 (patch) | |
tree | c373c8568a8d58cd23478a4f9d86212f3b733b78 /po | |
parent | 1bd1f9b85f45275b1600d148530bc1877ff15213 (diff) | |
download | libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.tar.gz libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.tar.xz libguestfs-c9f1a45334efca844c8918b9f0de373f16fd9766.zip |
fish: New command: 'supported'
This checks all available optional groups and prints out which
ones are supported by the daemon. Note you must launch the appliance
first.
Example:
><fs> supported
augeas yes
inotify yes
linuxfsuuid yes
linuxmodules yes
linuxxattrs yes
lvm2 yes
mknod yes
ntfs3g yes
ntfsprogs yes
realpath yes
scrub yes
selinux yes
xz yes
zerofree yes
Diffstat (limited to 'po')
-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 b233c29d..bb53a76b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -79,6 +79,7 @@ fish/more.c fish/prep.c fish/rc.c fish/reopen.c +fish/supported.c fish/tilde.c fish/time.c fuse/dircache.c |