Whitespace fix in message
authorPeter Eisentraut <[email protected]>
Fri, 30 Jan 2009 12:53:12 +0000 (12:53 +0000)
committerPeter Eisentraut <[email protected]>
Fri, 30 Jan 2009 12:53:12 +0000 (12:53 +0000)
src/interfaces/ecpg/preproc/ecpg.c

index ca0957eed6a9e5416f0d0b0d542f2c69dc21bf02..2ec89b0390314934d29ebe442ad95b117a9b27eb 100644 (file)
@@ -52,7 +52,7 @@ help(const char *progname)
        printf(_("  -I DIRECTORY   search DIRECTORY for include files\n"));
        printf(_("  -o OUTFILE     write result to OUTFILE\n"));
        printf(_("  -r OPTION      specify run-time behavior; OPTION can be:\n"
-                        "                  \"no_indicator\", \"prepare\", \"questionmarks\"\n"));
+                        "                 \"no_indicator\", \"prepare\", \"questionmarks\"\n"));
        printf(_("  -t             turn on autocommit of transactions\n"));
        printf(_("  --help         show this help, then exit\n"));
        printf(_("  --regression   run in regression testing mode\n"));