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
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
'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