aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Using-wraptool.md
diff options
context:
space:
mode:
authorDavid Pérez-Suárez <dps.helio@gmail.com>2017-11-05 17:52:33 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2017-11-06 20:55:46 +0200
commitc647db96d5fc57fdcd856c629dd3de341eecec42 (patch)
tree2e8d241b6348d19f037a1d4df4df2c9a7a264bec /docs/markdown/Using-wraptool.md
parentb8187961b98e5c81c239d9cce9aaea21317abeca (diff)
downloadmeson-c647db96d5fc57fdcd856c629dd3de341eecec42.zip
meson-c647db96d5fc57fdcd856c629dd3de341eecec42.tar.gz
meson-c647db96d5fc57fdcd856c629dd3de341eecec42.tar.bz2
Small changes for syntax hightlight
Diffstat (limited to 'docs/markdown/Using-wraptool.md')
-rw-r--r--docs/markdown/Using-wraptool.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Using-wraptool.md b/docs/markdown/Using-wraptool.md
index e000695..8e5f898 100644
--- a/docs/markdown/Using-wraptool.md
+++ b/docs/markdown/Using-wraptool.md
@@ -53,7 +53,7 @@ To check if your projects are up to date you can issue the `status` command.
In this case `zlib` has a newer release available. Updating it is straightforward:
- $ wraptool.py update zlib
+ $ wraptool update zlib
Updated zlib to branch 1.2.8 revision 4
Wraptool can do other things besides these. Documentation for these can be found in the command line help, which can be accessed by `wraptool --help`.