]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Fix alignment in usage.
authorJason Ish <jason.ish@emulex.com>
Tue, 3 Dec 2013 22:22:51 +0000 (16:22 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 4 Dec 2013 11:03:53 +0000 (12:03 +0100)
src/suricata.c

index db11b9902c3d92fd5983259f45249e087cfa935c..d1a438e0fc4e92da0936523965a5229b9dd9b771 100644 (file)
@@ -493,9 +493,9 @@ void usage(const char *progname)
 #ifndef OS_WIN32
     printf("\t-D                                   : run as daemon\n");
 #else
-       printf("\t--service-install                    : install as service\n");
-       printf("\t--service-remove                     : remove service\n");
-       printf("\t--service-change-params              : change service startup parameters\n");
+    printf("\t--service-install                    : install as service\n");
+    printf("\t--service-remove                     : remove service\n");
+    printf("\t--service-change-params              : change service startup parameters\n");
 #endif /* OS_WIN32 */
     printf("\t-k [all|none]                        : force checksum check (all) or disabled it (none)\n");
     printf("\t-V                                   : display Suricata version\n");
@@ -548,10 +548,10 @@ void usage(const char *progname)
     printf("\t--napatech                           : run Napatech Streams using the API\n");
 #endif
 #ifdef BUILD_UNIX_SOCKET
-    printf("\t--unix-socket[=<file>]       : use unix socket to control suricata work\n");
+    printf("\t--unix-socket[=<file>]               : use unix socket to control suricata work\n");
 #endif
 #ifdef HAVE_MPIPE
-    printf("\t--mpipe                      : run with tilegx mpipe interface(s)\n");
+    printf("\t--mpipe                              : run with tilegx mpipe interface(s)\n");
 #endif
     printf("\n");
     printf("\nTo run the engine with default configuration on "