dwarves.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] scncopy: Fix a typo and add "-a" in --help.
Date: Tue, 12 Jan 2010 15:37:01 -0200	[thread overview]
Message-ID: <20100112173701.GA2934@ghostprotocols.net> (raw)
In-Reply-To: <1263314178-17158-1-git-send-email-pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

Em Tue, Jan 12, 2010 at 11:36:18AM -0500, Peter Jones escreveu:
> "-s section 0" doesn't really read the same as "-s section0"...
> ---
>  scncopy.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/scncopy.c b/scncopy.c
> index 38aaa9a..067662c 100644
> --- a/scncopy.c
> +++ b/scncopy.c
> @@ -66,7 +66,7 @@ int main(int argc, char *argv[])
>  			outfile = argv[n];
>  			continue;
>  		} else if (!strcmp(argv[n], "-?") || !strcmp(argv[n],"--usage")) {
> -			printf("usage: pjoc -s section 0 [[-s section1] ... -s sectionN] -o outfile infile\n");
> +			printf("usage: pjoc [-s section0 [[-s section1] ... -s sectionN] | -a ] -o outfile infile\n");

Could you please merge these two patches and also replace "pjoc" with
"scncopy"?

>  			return 0;
>  		} else if (n == argc-1) {
>  			infile = argv[n];

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe dwarves" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2010-01-12 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-12 16:36 [PATCH] scncopy: Fix a typo and add "-a" in --help Peter Jones
     [not found] ` <1263314178-17158-1-git-send-email-pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-01-12 17:37   ` Arnaldo Carvalho de Melo [this message]
     [not found]     ` <20100112173701.GA2934-f8uhVLnGfZaxAyOMLChx1axOck334EZe@public.gmane.org>
2010-01-12 18:15       ` Peter Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100112173701.GA2934@ghostprotocols.net \
    --to=acme-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).