diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-02 12:40:31 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-04 13:00:07 +0100 |
commit | 90b557e38af2df9e68f72c96d0f22f0e7bc37e91 (patch) | |
tree | 794b894d7feeca3f2174c96975f1dd47f8130f58 /docs | |
parent | 1290330894f5c2ad77684b1b3985a7ba17114ccb (diff) | |
download | meson-90b557e38af2df9e68f72c96d0f22f0e7bc37e91.zip meson-90b557e38af2df9e68f72c96d0f22f0e7bc37e91.tar.gz meson-90b557e38af2df9e68f72c96d0f22f0e7bc37e91.tar.bz2 |
rewriter: Remove command alias
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Rewriter.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 332c9f7..ce769d4 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -26,10 +26,9 @@ frontends, etc.) ## Using the rewriter -All rewriter functions are accessed via `meson rewrite` (or the rewriter alias -`meson rw`). The meson rewriter assumes that it is run inside the project root -directory. If this isn't the case, use `--sourcedir` to specify the actual -project source directory. +All rewriter functions are accessed via `meson rewrite`. The meson rewriter +assumes that it is run inside the project root directory. If this isn't the +case, use `--sourcedir` to specify the actual project source directory. ### Adding and removing sources |