diff --git a/etc/README.md b/etc/README.md index ef67978..b3a6270 100644 --- a/etc/README.md +++ b/etc/README.md @@ -554,8 +554,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[ -v[v] -v: log at info, notice, -vv: log at info, notice, verbose level. -V level[,..] Be verbose concerning any of: - notice...: log at notice level (-v,) - verbose..: log at verbose level (implies notice) (-vv,) + notice...: log at info, notice level (-v,) + verbose..: log at info, notice, verbose level (implies notice) (-vv,) build....: always print package build logs (implies notice,) fileops..: log RTL file operations (implies notice,) install..: log RTL installation DSL operations (implies notice,) diff --git a/etc/build.usage b/etc/build.usage index ca77a50..8bc7bdf 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -59,8 +59,8 @@ -v[v] -v: log at info, notice, -vv: log at info, notice, verbose level. -V level[,..] Be verbose concerning any of: - notice...: log at notice level (-v,) - verbose..: log at verbose level (implies notice) (-vv,) + notice...: log at info, notice level (-v,) + verbose..: log at info, notice, verbose level (implies notice) (-vv,) build....: always print package build logs (implies notice,) fileops..: log RTL file operations (implies notice,) install..: log RTL installation DSL operations (implies notice,) diff --git a/etc/build.usage.short b/etc/build.usage.short index 715f2a6..3a529ec 100644 --- a/etc/build.usage.short +++ b/etc/build.usage.short @@ -14,8 +14,8 @@ -r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..] -v[v] -v: log at info, notice, -vv: log at info, notice, verbose level. -V level[,..] Be verbose concerning any of: - notice...: log at notice level (-v,) - verbose..: log at verbose level (implies notice) (-vv,) + notice...: log at info, notice level (-v,) + verbose..: log at info, notice, verbose level (implies notice) (-vv,) build....: always print package build logs (implies notice,) fileops..: log RTL file operations (implies notice,) install..: log RTL installation DSL operations (implies notice,)