[pve-devel] [PATCH pve-storage] Correct manpage examples to newer syntax
Emmanuel Kasper
e.kasper at proxmox.com
Mon Aug 31 15:37:23 CEST 2015
---
pvesm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pvesm b/pvesm
index 60e71dc..6c16568 100755
--- a/pvesm
+++ b/pvesm
@@ -232,10 +232,10 @@ To get the filesystem path for a <VOLUME_ID> use:
=head1 EXAMPLES
# scan iscsi host for available targets
- pvesm scan iscsi <HOST[:PORT]>
+ pvesm iscsiscan -portal <HOST[:PORT]>
# scan nfs server for available exports
- pvesm scan nfs <HOST>
+ pvesm nfsscan <HOST>
# add storage pools
pvesm add <TYPE> <STORAGE_ID> <OPTIONS>
--
2.1.4
More information about the pve-devel
mailing list