On 5/30/24 11:29 PM, Li Zhijian wrote:
> RECONFIG_OPTIONS and ZONE_OPTIONS are not implemented for create-device
> and they will be ignored by create-device. Remove them so that the usage
> message is identical to the manual.
>
> Signed-off-by: Li Zhijian <[email protected]>
Reviewed-by: Dave Jiang <[email protected]>
> ---
> V2: make the usage match the manual because the usage is wrong.
> ---
> daxctl/device.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/daxctl/device.c b/daxctl/device.c
> index ffabd6cf5707..781dc4007f83 100644
> --- a/daxctl/device.c
> +++ b/daxctl/device.c
> @@ -98,8 +98,6 @@ OPT_BOOLEAN('\0', "no-movable", ¶m.no_movable, \
> static const struct option create_options[] = {
> BASE_OPTIONS(),
> CREATE_OPTIONS(),
> - RECONFIG_OPTIONS(),
> - ZONE_OPTIONS(),
> OPT_END(),
> };
>