diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-30 22:57:27 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-30 22:57:27 +0000 |
commit | 563ceecb8e94b9fb7fb6eeaaa8ee3075c5613d17 (patch) | |
tree | 273174297cd1bf4a39cb4b4259c9f78acb856d57 | |
parent | dc9c7640685091558f86b8818dcf88b454d6a1c9 (diff) | |
download | monitoring-plugins-563ceecb8e94b9fb7fb6eeaaa8ee3075c5613d17.tar.gz |
Fixed long --allswap option
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c index b213c964..7046c75f 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c @@ -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'}, |