diff options
author | Michael Nisi <[email protected]> | 2015-01-13 12:18:02 +0100 |
---|---|---|
committer | Michael Nisi <[email protected]> | 2015-01-13 12:48:09 +0100 |
commit | 8c4a8b260fea9bd04a6d7bc6b99dbb1251aff735 (patch) | |
tree | 85c42852eeefa8da8f06aa5146c4dfeafb1f6025 | |
parent | 11dd48fba8b4b3d9783be7727feed45729987738 (diff) | |
download | erlang.mk-8c4a8b260fea9bd04a6d7bc6b99dbb1251aff735.tar.gz erlang.mk-8c4a8b260fea9bd04a6d7bc6b99dbb1251aff735.tar.bz2 erlang.mk-8c4a8b260fea9bd04a6d7bc6b99dbb1251aff735.zip |
Fix pkg-search typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ The following targets are specific to packages: `pkg-list` lists all packages in the index. -`pkg-search n=STRING` searches the index for STRING. +`pkg-search q=STRING` searches the index for STRING. Packages are downloaded into `DEPS_DIR` (`./deps/` by default). |