]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Fix git submodule command
authorYoungjae Lee <ls4154.lee@gmail.com>
Wed, 1 Sep 2021 12:59:41 +0000 (21:59 +0900)
committerKeith Busch <kbusch@kernel.org>
Wed, 1 Sep 2021 13:59:07 +0000 (07:59 -0600)
README.md

index e9398518c03521fa4cd90c74ccb809f405e5d631..1492a8bd12ffa72a960d6ae737c37169a6c96e89 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ When cloning from source, you will need the libnvme submodule, so use:
 If you already cloned without recursing submodules, you will need to initialize
 and update it:
 
-    $ git submodule init --update
+    $ git submodule update --init
 
 Or as two commands: