summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Humfrey <njh@aelius.com>2019-01-25 13:03:01 +0000
committerDaniil Baturin <daniil@baturin.org>2019-01-25 20:03:01 +0700
commit5b8b51eabcd2a45250c652ced256cfad19b45c5f (patch)
tree0de4236bb2782fb8a957237eda519b38628e044d
parentdaaaa3eaf83322cccca1b82b7b6b099b5d2fe085 (diff)
downloadvyos-build-5b8b51eabcd2a45250c652ced256cfad19b45c5f.tar.gz
vyos-build-5b8b51eabcd2a45250c652ced256cfad19b45c5f.zip
Corrected typo in git submodule command (#40)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f5baa79..57f7561e 100644
--- a/README.md
+++ b/README.md
@@ -173,7 +173,7 @@ Fetching all submodules at once and update them to the recent remote branches
```bash
$ git submodule update --init --recursive
-$ git submodule update --remotes
+$ git submodule update --remote
```
### Building packages