Re: [Libguestfs] [libnbd PATCH v4 15/25] info: Add --has alias for --can

2023-08-04 Thread Eric Blake
On Fri, Aug 04, 2023 at 09:57:59AM +0100, Richard W.M. Jones wrote: > On Wed, Aug 02, 2023 at 08:50:35PM -0500, Eric Blake wrote: > > 'nbdinfo --has structured-reply' reads a bit more naturally than > > 'nbdinfo --can structured-reply'. Even though the latter mirrors the > > API name, it is not ha

Re: [Libguestfs] [libnbd PATCH v4 15/25] info: Add --has alias for --can

2023-08-04 Thread Richard W.M. Jones
On Wed, Aug 02, 2023 at 08:50:35PM -0500, Eric Blake wrote: > 'nbdinfo --has structured-reply' reads a bit more naturally than > 'nbdinfo --can structured-reply'. Even though the latter mirrors the > API name, it is not hard to add another alias to make our command-line > usage easier. > > Sugges

[Libguestfs] [libnbd PATCH v4 15/25] info: Add --has alias for --can

2023-08-02 Thread Eric Blake
'nbdinfo --has structured-reply' reads a bit more naturally than 'nbdinfo --can structured-reply'. Even though the latter mirrors the API name, it is not hard to add another alias to make our command-line usage easier. Suggested-by: Richard W.M. Jones Signed-off-by: Eric Blake --- v4: new patc