This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] staprun: move empty line after all options


---
 staprun/common.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/staprun/common.c b/staprun/common.c
index b4ce8b6..2baf429 100644
--- a/staprun/common.c
+++ b/staprun/common.c
@@ -339,10 +339,11 @@ void usage(char *prog)
 	"                the second argument.\n"
         "-T timeout      Specifies upper limit on amount of time reader thread\n"
         "                will wait for new full trace buffer. Value should be an\n"
-        "                integer >= 1, which is timeout value in ms. Default 200ms.\n\n"
+        "                integer >= 1, which is timeout value in ms. Default 200ms.\n"
 #ifdef HAVE_OPENAT
         "-F fd           Specifies file descriptor for module relay directory\n"
 #endif
+	"\n"
 	"MODULE can be either a module name or a module path.  If a\n"
 	"module name is used, it is searched in the following directory:\n"));
         {
-- 
1.7.2.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]