mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
provide an error message
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
32aae048fe
commit
e808128666
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ int main(int argc, char **argv){
|
|||
|
||||
case CHECK_NONE:
|
||||
default:
|
||||
usage (_(""));
|
||||
usage (_("Please specify a variable to check"));
|
||||
break;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue