diff options
author | Steven Moreland <smoreland@google.com> | 2020-04-09 12:05:34 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2020-04-09 12:05:34 -0700 |
commit | ab25c7a30fe276250e9b56fb995d14c4d1753edc (patch) | |
tree | 3205e73776a56d6fe350c1a6b2d10224095d7588 /envsetup.sh | |
parent | 65ca0eec96643c23accdc7048b43080901988a14 (diff) |
Update refreshmod docs.
This also affects pathmod here.
Since it's updating module-info.json, we could say that as well (this
should affect any tools which parse this file), but I haven't seen any
indication it's necessary in this context.
Bug: N/A
Test: N/A
Change-Id: Iecb6f454112b5c0095ee7063bc5442fdb1e3bd09
Diffstat (limited to 'envsetup.sh')
-rw-r--r-- | envsetup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh index 5e924ab42b..0ec7e6ffd2 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -33,7 +33,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y - allmod: List all modules. - gomod: Go to the directory containing a module. - pathmod: Get the directory containing a module. -- refreshmod: Refresh list of modules for allmod/gomod. +- refreshmod: Refresh list of modules for allmod/gomod/pathmod. Environment options: - SANITIZE_HOST: Set to 'address' to use ASAN for all host modules. |