Whamcloud - gitweb
LU-6722 jbd: double minimum journal size for RHEL7
[tools/e2fsprogs.git] / lib / ss / test_ss.c
index 36e899d..53ca99f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * test_ss.c
- * 
+ *
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
  * Permission to use, copy, modify, and distribute this software and
  * M.I.T. S.I.P.B. make no representations about the suitability of
  * this software for any purpose.  It is provided "as is" without
  * express or implied warranty.
+
  */
 
+#include "config.h"
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -87,7 +88,6 @@ int main(int argc, char **argv)
        char            *cmd_file = 0;
        int sci_idx;
        int exit_status = 0;
-       const char      *usage = "Usage: test_ss [-R request] [-f cmd_file]";
 
        while ((c = getopt (argc, argv, "wR:f:")) != EOF) {
                switch (c) {
@@ -98,7 +98,8 @@ int main(int argc, char **argv)
                        cmd_file = optarg;
                        break;
                default:
-                       com_err(argv[0], 0, usage);
+                       com_err(argv[0], 0, "Usage: test_ss [-R request] "
+                               "[-f cmd_file]");
                        exit(1);
                }
        }