5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-03-20 22:50:06 +03:00

Change iscsiscan invocation in pve-storage-iscsi

Caught while checking #1936 - portal is a fixed (required) argument.
Also changed `iscsiscan` to `scan iscsi`

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2018-12-28 11:07:44 +01:00 committed by Wolfgang Bumiller
parent 5e235b991b
commit 716a14a31d

View File

@ -83,7 +83,7 @@ Examples
Scan a remote iSCSI portal, and returns a list of possible targets:
pvesm iscsiscan -portal <HOST[:PORT]>
pvesm scan iscsi <HOST[:PORT]>
ifdef::wiki[]