aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorKevin Anderson <andersonkw2@gmail.com>2017-10-22 17:06:15 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2017-10-23 18:43:39 +0200
commit562c50f229cfe0a28abdfc2c56360f5a82c83b57 (patch)
treeb32c0e1f93a856d3d2bc4265b4b8a996a58c1f21 /docs/markdown/Reference-manual.md
parent92866d8d5f50b6133be4b53d989665dedd89dd52 (diff)
downloadmeson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.zip
meson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.tar.gz
meson-562c50f229cfe0a28abdfc2c56360f5a82c83b57.tar.bz2
Update references from mesonconf to meson configure
Fixes #2372
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 02c5444..42d02e1 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -871,7 +871,7 @@ Project supports the following keyword arguments.
- `default_options` takes an array of strings. The strings are in the
form `key=value` and have the same format as options to
- `mesonconf`. For example to set the default project type you would
+ `meson configure`. For example to set the default project type you would
set this: `default_options : ['buildtype=debugoptimized']`. Note
that these settings are only used when running Meson for the first
time. Global options such as `buildtype` can only be specified in