diff options
Diffstat (limited to 'util/ilan.c')
| -rw-r--r-- | util/ilan.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ilan.c b/util/ilan.c index 8415b07..910b1fa 100644 --- a/util/ilan.c +++ b/util/ilan.c @@ -305,7 +305,7 @@ extern char *get_sensor_type_desc(uchar stype);  /*from ievents.c*/  /*   * Global variables    */ -static char * progver   = "2.94"; +static char * progver   = "2.95";  static char * progname  = "ilan";  static char   fdebug    = 0;  static char   fipmilan  = 0; @@ -3924,7 +3924,7 @@ main(int argc, char **argv)               printf("      -K  (Kontron) IPMI hostname to set\n");               printf("      -Q  VLAN Priority (default =0)\n");               printf("      -O  Force LAN security: no null user, cipher 0 off\n"); -	     print_lan_opt_usage(); +	     print_lan_opt_usage(0);  	     ret = ERR_USAGE;               goto do_exit;        } /*end switch*/  | 
