mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-27 09:06:42 -04:00
Fixed long --allswap option
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
dc9c764068
commit
563ceecb8e
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ process_arguments (int argc, char **argv)
|
|||
static struct option long_options[] = {
|
||||
{"warning", required_argument, 0, 'w'},
|
||||
{"critical", required_argument, 0, 'c'},
|
||||
{"all", no_argument, 0, 'a'},
|
||||
{"allswaps", no_argument, 0, 'a'},
|
||||
{"verbose", no_argument, 0, 'v'},
|
||||
{"version", no_argument, 0, 'V'},
|
||||
{"help", no_argument, 0, 'h'},
|
||||
|
|
|
|||
Loading…
Reference in a new issue