Fix: typos in --help and manpage
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Aug 2013 21:18:12 +0000 (17:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Aug 2013 21:18:12 +0000 (17:18 -0400)
Fixes #604

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng.1
src/bin/lttng/commands/create.c

index 6e0efb73abeca4181478c1bcc43188c9e11e1c0f..0a74f9c505b5230a47257d835d6cc61e9acfe4a1 100644 (file)
@@ -247,7 +247,7 @@ Simple listing of options
 Specify output path for traces
 .TP
 .BR "\-\-no-output"
-Traces will not be outputed
+Traces will not be outputted
 .TP
 .BR "\-\-snapshot"
 Set the session in snapshot mode. Created in no-output mode and uses the
index dfaed27121837f8eeb1534c91325f77d5ee386d2..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");
This page took 0.028119 seconds and 5 git commands to generate.