summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dc9c764)
raw | patch | inline | side by side (parent: dc9c764)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 30 Jan 2003 22:57:27 +0000 (22:57 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 30 Jan 2003 22:57:27 +0000 (22:57 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@273 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_swap.c | patch | blob | history |
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index b213c964fb805d7ad52ce5eeaeaa8ab3de88b459..7046c75f8df238690939ee0bec035e4692b959b0 100644 (file)
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
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'},