public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] staprun: move empty line after all options
@ 2013-05-13 20:29 Timo Juhani Lindfors
  2013-05-13 21:18 ` David Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Juhani Lindfors @ 2013-05-13 20:29 UTC (permalink / raw)
  To: systemtap; +Cc: Timo Juhani Lindfors

---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] staprun: move empty line after all options
  2013-05-13 20:29 [PATCH] staprun: move empty line after all options Timo Juhani Lindfors
@ 2013-05-13 21:18 ` David Smith
  0 siblings, 0 replies; 2+ messages in thread
From: David Smith @ 2013-05-13 21:18 UTC (permalink / raw)
  To: Timo Juhani Lindfors; +Cc: systemtap

I checked this in - thanks!

On 05/13/2013 03:29 PM, Timo Juhani Lindfors wrote:
> ---
>  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"));
>          {
> 


-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-13 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-13 20:29 [PATCH] staprun: move empty line after all options Timo Juhani Lindfors
2013-05-13 21:18 ` David Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).