]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani.mdc
oceani: add missing space in usage message.
[ocean] / csrc / oceani.mdc
index ab6abe91f67156e03a0e81926897d320e652b04a..fc2aaef16d0cf6da3e2661da17db599a838c8ce8 100644 (file)
@@ -151,8 +151,8 @@ structures can be used.
        ## core functions
 
        #include <getopt.h>
-       static char Usage[] = "Usage: oceani --trace --print --noexec --brackets"
-                             "--section=SectionName prog.ocn\n";
+       static char Usage[] =
+               "Usage: oceani --trace --print --noexec --brackets --section=SectionName prog.ocn\n";
        static const struct option long_options[] = {
                {"trace",     0, NULL, 't'},
                {"print",     0, NULL, 'p'},