From 715c83692e40273d37b1b765a3a860bcf61fa21d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 13 Jul 2011 17:16:02 -0400 Subject: [PATCH] usage message: fix missing \n before --tmpdir=FOO --- session.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.5