diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/build.usage b/etc/build.usage index 7a413779..93f1c207 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -24,6 +24,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] Restart all packages/the specified comma-separated package(s) completely or at optionally specified comma-separated step(s) or restart the last failed package and resume build. + Prepend w/ `*' to automatically include dependencies. + Currently defined steps are: fetch_wget, fetch_git, fetch_extract, configure_patch_pre, configure_autotools, configure_patch, |