From: Stephen Veiss <sveiss@meta.com>
To: Yonghong Song <yhs@meta.com>
Cc: <bpf@vger.kernel.org>
Subject: Re: [PATCH bpf-next 2/2] selftests/bpf: test_progs can read test lists from file
Date: Wed, 26 Apr 2023 09:10:53 -0700 [thread overview]
Message-ID: <ZElNDYRVTGCzxBOd@meta.com> (raw)
In-Reply-To: <3c83f3ae-c707-1852-57a6-18ac295a9f79@meta.com>
On Tue, Apr 25, 2023 at 09:25:40PM -0700, Yonghong Song wrote:
> On 4/25/23 3:54 PM, Stephen Veiss wrote:
> > +static const char argp_program_doc[] =
> > +"BPF selftests test runner\v"
>
> What does it mean to use "\v" here?
argp splits the documentation string on \v. The part before \v shows
up at the start of the --help output, while the part after appears
after the detailed help text for the arguments. [1]
Happy to take all your other suggestions; I'll revise and resend the
patch series later in the week.
Thanks,
Stephen
[1] https://www.gnu.org/software/libc/manual/html_node/Argp-Parsers.html
next prev parent reply other threads:[~2023-04-26 16:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-25 22:53 [PATCH bpf-next 0/2] selftests/bpf: test_progs can read test lists from file Stephen Veiss
2023-04-25 22:54 ` [PATCH bpf-next 1/2] selftests/bpf: extract insert_test from parse_test_list Stephen Veiss
2023-04-26 3:42 ` Yonghong Song
2023-04-25 22:54 ` [PATCH bpf-next 2/2] selftests/bpf: test_progs can read test lists from file Stephen Veiss
2023-04-26 4:25 ` Yonghong Song
2023-04-26 16:10 ` Stephen Veiss [this message]
2023-04-26 16:24 ` Yonghong Song
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=ZElNDYRVTGCzxBOd@meta.com \
--to=sveiss@meta.com \
--cc=bpf@vger.kernel.org \
--cc=yhs@meta.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.