Merge branch 'md/test-cleanup'
[gitweb.git] / Documentation / git.txt
index 74a9d7edb45815a55fcc1e5c13cd78141b1d4190..08e533d62b7f20a026b21d0dc8e9f35f4111b49e 100644 (file)
@@ -76,7 +76,7 @@ Note that omitting the `=` in `git -c foo.bar ...` is allowed and sets
 `foo.bar` to the boolean true value (just like `[foo]bar` would in a
 config file). Including the equals but with an empty value (like `git -c
 foo.bar= ...`) sets `foo.bar` to the empty string which `git config
---bool` will convert to `false`.
+--type=bool` will convert to `false`.
 
 --exec-path[=<path>]::
        Path to wherever your core Git programs are installed.