mbox series

[nfs-utils,0/2] nfsdctl fixes

Message ID 20241118201902.1115861-1-smayhew@redhat.com (mailing list archive)
Headers show
Series nfsdctl fixes | expand

Message

Scott Mayhew Nov. 18, 2024, 8:19 p.m. UTC
Two minor fixes for things I noticed while experimenting with nfsdctl.

Scott Mayhew (2):
  nfsdctl: fix up the help text in version_usage()
  nfsdctl: clarify when versions can be set on the man page

 utils/nfsdctl/nfsdctl.8    | 12 ++++++++++--
 utils/nfsdctl/nfsdctl.adoc |  2 ++
 utils/nfsdctl/nfsdctl.c    |  4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)

Comments

Jeff Layton Nov. 19, 2024, 5:05 p.m. UTC | #1
On Mon, 2024-11-18 at 15:19 -0500, Scott Mayhew wrote:
> Two minor fixes for things I noticed while experimenting with nfsdctl.
> 
> Scott Mayhew (2):
>   nfsdctl: fix up the help text in version_usage()
>   nfsdctl: clarify when versions can be set on the man page
> 
>  utils/nfsdctl/nfsdctl.8    | 12 ++++++++++--
>  utils/nfsdctl/nfsdctl.adoc |  2 ++
>  utils/nfsdctl/nfsdctl.c    |  4 ++--
>  3 files changed, 14 insertions(+), 4 deletions(-)
> 

You can add this to both:

Reviewed-by: Jeff Layton <jlayton@kernel.org>