Fix: typos in --help and manpage
[lttng-tools.git] / src / bin / lttng / commands / create.c
index d9880504f80c0adca416c9f7b5a1cc67b82d8a36..23a9696720ebddecd719557f7456b34d141507fd 100644 (file)
@@ -85,8 +85,8 @@ static void usage(FILE *ofp)
        fprintf(ofp, "  -h, --help           Show this help\n");
        fprintf(ofp, "      --list-options   Simple listing of options\n");
        fprintf(ofp, "  -o, --output PATH    Specify output path for traces\n");
-       fprintf(ofp, "      --no-output      Traces will not be outputed\n");
-       fprintf(ofp, "      --snasphot       Set the session in snapshot mode.\n");
+       fprintf(ofp, "      --no-output      Traces will not be outputted\n");
+       fprintf(ofp, "      --snapshot       Set the session in snapshot mode.\n");
        fprintf(ofp, "                       Created in no-output mode and uses the URL,\n");
        fprintf(ofp, "                       if one, as the default snapshot output.\n");
        fprintf(ofp, "                       Every channel will be set in overwrite mode\n");
@@ -383,7 +383,7 @@ static int create_session(void)
                        MSG("Default snapshot output set to: %s", print_str_url);
                }
                MSG("Snapshot mode set. Every channel enabled for that session will "
-                               "be set in overwrite mode and mmap output");
+                               "be set in overwrite mode and mmap output.");
        }
 
        /* Init lttng session config */
This page took 0.024189 seconds and 4 git commands to generate.