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]

Re: [PATCH] staprun: move empty line after all options


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)


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