From: Frank Ch. Eigler Date: Wed, 13 Jul 2011 21:16:02 +0000 (-0400) Subject: usage message: fix missing \n before --tmpdir=FOO X-Git-Tag: release-1.6~53 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=715c83692e40273d37b1b765a3a860bcf61fa21d;p=systemtap.git usage message: fix missing \n before --tmpdir=FOO --- diff --git a/session.cxx b/session.cxx index d3fc1c305..32214ff11 100644 --- a/session.cxx +++ b/session.cxx @@ -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