diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-29 13:20:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-10-31 19:18:10 +0300 |
commit | 7a12f8bdcb4d497489a4df1e1024e724b316085a (patch) | |
tree | 3603b236ffca0900a493806dac824f2e4e6882b9 /doc | |
parent | adc8527ff2a32f71e7b93938aa22ec5fde38114a (diff) |
Swap order of bpkg environment and task args in worker
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 41973f7..4182be5 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -760,7 +760,7 @@ values as discussed in \l{#arch-controller Controller Logic}. The \ # bpkg.configure.create # -bpkg -V create <config-args> <env-modules> <env-config-args> +bpkg -V create <env-modules> <env-config-args> <config-args> # bpkg.configure.add # @@ -815,7 +815,7 @@ bpkg -v test <package-name> { # b.test-installed.create # - b -V create <config-args> <env-modules> <env-config-args> + b -V create <env-modules> <env-config-args> <config-args> # b.test-installed.configure # @@ -832,7 +832,7 @@ bpkg -v test <package-name> { # bpkg.test-installed.create # - bpkg -V create <config-args> <env-modules> <env-config-args> + bpkg -V create <env-modules> <env-config-args> <config-args> # bpkg.configure.add # |