diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-23 18:41:57 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-23 18:41:57 +0200 |
commit | a22172e7b3628d10790cab24690a5ceb3e9ed5a0 (patch) | |
tree | 4108e06c3bb62177e73f11cb35bc0ed64161a376 | |
parent | 4cce8e45783a15da85fbbbea68dc533cfc0ec2db (diff) | |
download | meson-a22172e7b3628d10790cab24690a5ceb3e9ed5a0.zip meson-a22172e7b3628d10790cab24690a5ceb3e9ed5a0.tar.gz meson-a22172e7b3628d10790cab24690a5ceb3e9ed5a0.tar.bz2 |
Typo fix.
-rw-r--r-- | man/mesonintrospect.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index e357b5b..85cc8c6 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -23,7 +23,7 @@ print all top level targets (executables, libraries, etc) print the source files of the given target .TP \fB\-\-buildsystem\-files\fR -print all files that make up the build system (meson.build, meson_options etc) +print all files that make up the build system (meson.build, meson_options.txt etc) .TP \fB\-\-tests\fR print all unit tests |