X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-list-filesystems;h=6638e62cd9c09912cd83669ffcdd95e3bde55123;hb=HEAD;hp=6b818b0e394a06de006f87858e4c9a9798427668;hpb=fbc2555903be8c88ad9430d871cf0d27c8fded1e;p=libguestfs.git diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index 6b818b0..6638e62 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use warnings; use strict; @@ -74,7 +74,9 @@ Display version number and exit. my $uri; -=item B<--connect URI> | B<-c URI> +=item B<-c URI> + +=item B<--connect URI> If using libvirt, connect to the given I. If omitted, then we connect to the default libvirt hypervisor. @@ -103,7 +105,9 @@ ensure the format is always specified. my $long; -=item B<-l> | B<--long> +=item B<-l> + +=item B<--long> With this option, C displays the type of each filesystem too (where "type" means C, C etc.) @@ -112,7 +116,9 @@ each filesystem too (where "type" means C, C etc.) my $all; -=item B<-a> | B<--all> +=item B<-a> + +=item B<--all> Normally we only show mountable filesystems. If this option is given then swap devices are shown too. @@ -219,4 +225,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.