Correct manpage examples to newer syntax

This commit is contained in:
Emmanuel Kasper
2015-08-31 15:37:23 +02:00
committed by Dietmar Maurer
parent f0b28d0088
commit c1d4b2fdc6

4
pvesm
View File

@ -232,10 +232,10 @@ To get the filesystem path for a <VOLUME_ID> use:
=head1 EXAMPLES =head1 EXAMPLES
# scan iscsi host for available targets # scan iscsi host for available targets
pvesm scan iscsi <HOST[:PORT]> pvesm iscsiscan -portal <HOST[:PORT]>
# scan nfs server for available exports # scan nfs server for available exports
pvesm scan nfs <HOST> pvesm nfsscan <HOST>
# add storage pools # add storage pools
pvesm add <TYPE> <STORAGE_ID> <OPTIONS> pvesm add <TYPE> <STORAGE_ID> <OPTIONS>