summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 6b320d1..ca491f2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,7 @@ static const char usage_client_commands[] =
" -i, display content of the internal cache\n"
" -e, display the content of the external cache\n"
" -k, kill conntrack daemon\n"
- " -s [|network|cache|runtime|link|queue], dump statistics\n"
+ " -s [|network|cache|runtime|link|rsqueue], dump statistics\n"
" -R, resync with kernel conntrack table\n"
" -n, request resync with other node (only FT-FW and NOTRACK modes)\n"
" -x, dump cache in XML format (requires -i or -e)\n"
@@ -210,9 +210,9 @@ int main(int argc, char *argv[])
strlen(argv[i+1])) == 0) {
action = STATS_LINK;
i++;
- } else if (strncmp(argv[i+1], "queue",
+ } else if (strncmp(argv[i+1], "rsqueue",
strlen(argv[i+1])) == 0) {
- action = STATS_QUEUE;
+ action = STATS_RSQUEUE;
i++;
} else if (strncmp(argv[i+1], "process",
strlen(argv[i+1])) == 0) {