mirror of
https://github.com/ranl/monitor-utils.git
synced 2026-02-05 22:55:17 +01:00
Move error to first line in help output
This commit is contained in:
@@ -277,10 +277,10 @@ sub _create_session(@) {
|
|||||||
sub FSyntaxError($) {
|
sub FSyntaxError($) {
|
||||||
my $err = shift;
|
my $err = shift;
|
||||||
print <<EOU;
|
print <<EOU;
|
||||||
This is $script_name in version $script_version.
|
|
||||||
|
|
||||||
$err
|
$err
|
||||||
|
|
||||||
|
This is $script_name in version $script_version.
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
-H <IP or Hostname> Ip/Dns Name of the Filer
|
-H <IP or Hostname> Ip/Dns Name of the Filer
|
||||||
-C <community name> SNMP Community Name for read
|
-C <community name> SNMP Community Name for read
|
||||||
|
|||||||
Reference in New Issue
Block a user