Add an whitespace between words in a description for ns-id of lightnvm
subcommand.
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
static int lnvm_id_ns(int argc, char **argv, struct command *cmd, struct plugin *plugin)
{
const char *desc = "Send an Identify Geometry command to the "\
- "given LightNVM device, returns properties of the specified"\
+ "given LightNVM device, returns properties of the specified "\
"namespace in either human-readable or binary format.";
const char *force = "Return this namespace, even if not supported";
const char *raw_binary = "show infos in binary format";