]> sourceware.org Git - systemtap.git/commitdiff
usage message: fix missing \n before --tmpdir=FOO
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 13 Jul 2011 21:16:02 +0000 (17:16 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 13 Jul 2011 21:17:07 +0000 (17:17 -0400)
session.cxx

index d3fc1c30596db22b7830330a7dc0ae49a2eb3e41..32214ff1180ef2b5370b1768f610856bb8302c97 100644 (file)
@@ -502,7 +502,7 @@ systemtap_session::usage (int exitcode)
     "              run pass 5 on the specified ssh host.\n"
     "              may be repeated for targeting multiple hosts.\n"
     "   --remote-prefix\n"
-    "              prefix each line of remote output with a host index."
+    "              prefix each line of remote output with a host index.\n"
     "   --tmpdir=NAME\n"
     "              specify name of temporary directory to be used."
     , compatible.c_str()) << endl
This page took 0.028787 seconds and 5 git commands to generate.