From a3f884a32474a8b81d5855be236c862b58909786 Mon Sep 17 00:00:00 2001 From: Kaian Date: Mon, 30 May 2016 11:49:00 +0200 Subject: [PATCH] Fix help message description tabs --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 29285e4..4c65059 100644 --- a/src/main.c +++ b/src/main.c @@ -73,7 +73,7 @@ usage() " -N --no-interface\t Don't display sngrep interface, just capture\n" " -q --quiet\t\t Don't print captured dialogs in no interface mode\n" " -D --dump-config\t Print active configuration settings and exit\n" - " -R --rotate\t Rotate calls when capture limit have been reached.\n" + " -R --rotate\t\t Rotate calls when capture limit have been reached.\n" #ifdef USE_EEP " -H --eep-send\t Homer sipcapture url (udp:X.X.X.X:XXXX)\n" " -L --eep-listen\t Listen for encapsulated packets (udp:X.X.X.X:XXXX)\n"