diff --git a/cmds/inspect.c b/cmds/inspect.c index 76d3936f..2ef5f4b6 100644 --- a/cmds/inspect.c +++ b/cmds/inspect.c @@ -391,9 +391,9 @@ static DEFINE_SIMPLE_COMMAND(inspect_rootid, "rootid"); static const char* const cmd_inspect_min_dev_size_usage[] = { "btrfs inspect-internal min-dev-size [options] <path>", - "Get the minimum size the device can be shrunk to. The", - "device id 1 is used by default.", + "Get the minimum size the device can be shrunk to", "", + "The device id 1 is used by default.", "--id DEVID specify the device id to query", NULL };