diff --git a/zconf/lszfcp b/zconf/lszfcp index d2cd9b6a..99d213e3 100755 --- a/zconf/lszfcp +++ b/zconf/lszfcp @@ -277,7 +277,11 @@ show_devices() fi if [ -z "$SCSI_DEVICE_LIST" ]; then - echo "Error: No fcp devices found." + if $SHOW_EXTENDED; then + echo "Error: No zfcp-attached SCSI devices found." + else + echo "Error: No fcp devices found." + fi fi for SCSI_DEVICE_PATH in $SCSI_DEVICE_LIST; do diff --git a/zconf/lszfcp.8 b/zconf/lszfcp.8 index 15b50ebb..a5653187 100644 --- a/zconf/lszfcp.8 +++ b/zconf/lszfcp.8 @@ -45,6 +45,7 @@ sysfs for the listed object. Option "-e" enables an extended output format. It enumerates all hosts/ports/luns independent of their state. +It also produces some improved error messages. The extended output format can help determining problems. Since a long time, without option "-e", lszfcp has .I