diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-30 22:57:27 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-01-30 22:57:27 (GMT) |
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 b213c96..7046c75 100644 --- a/plugins/check_swap.c +++ b/plugins/check_swap.c | |||
@@ -202,7 +202,7 @@ process_arguments (int argc, char **argv) | |||
202 | static struct option long_options[] = { | 202 | static struct option long_options[] = { |
203 | {"warning", required_argument, 0, 'w'}, | 203 | {"warning", required_argument, 0, 'w'}, |
204 | {"critical", required_argument, 0, 'c'}, | 204 | {"critical", required_argument, 0, 'c'}, |
205 | {"all", no_argument, 0, 'a'}, | 205 | {"allswaps", no_argument, 0, 'a'}, |
206 | {"verbose", no_argument, 0, 'v'}, | 206 | {"verbose", no_argument, 0, 'v'}, |
207 | {"version", no_argument, 0, 'V'}, | 207 | {"version", no_argument, 0, 'V'}, |
208 | {"help", no_argument, 0, 'h'}, | 208 | {"help", no_argument, 0, 'h'}, |