]> git.proxmox.com Git - pve-storage.git/commitdiff
Correct manpage examples to newer syntax
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 31 Aug 2015 13:37:23 +0000 (15:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 31 Aug 2015 14:15:29 +0000 (16:15 +0200)
pvesm

diff --git a/pvesm b/pvesm
index 60e71dc957454ed41261fe49c1072eb61cee35d7..6c165686ccfb2aeef8f7e0d3d4fcff912530d12a 100755 (executable)
--- 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>