]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
nvme-cli: lnvm: add whitespace between words in a description
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 10 Jan 2018 15:11:57 +0000 (00:11 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 10 Jan 2018 15:21:37 +0000 (00:21 +0900)
Add an whitespace between words in a description for ns-id of lightnvm
subcommand.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
lnvm-nvme.c

index 9fbc8a054267105a09a03cc107761b3517bccc1a..41a11ea66ca55cff560839fc93075433d925fe61 100644 (file)
@@ -81,7 +81,7 @@ static int lnvm_info(int argc, char **argv, struct command *cmd, struct plugin *
 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";