diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:45:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 22:45:19 (GMT) |
commit | 5eed194f15b6ab24c9fb9f580b7c881c7acccf9e (patch) | |
tree | bd8fcf438f1225c024ffd7cf27e026d0220f4a54 /doc | |
parent | 561a7c7ca5239d4e8d6cf0005a085223d55dc2a2 (diff) |
fix wrong command in docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 4e061af..0b14903 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -4,7 +4,7 @@ Running regression tests: Prerequisites: cmake, python, ImageMagick 6.5.9.3 or newer First, get a working qmake GUI build. It is used by the tests. -Next, get MCAD installed by using 'git submodule init --update' +Next, get MCAD installed by using 'git submodule update --init' A) Building test environment |