summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c2
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'},