diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-02 11:16:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-02 11:16:40 +0200 |
commit | 85fe1442232cc747ce4935708ecefba00ab7c101 (patch) | |
tree | 43fbf208e187509dcf0ba9e4740fdcdeeab36d62 | |
parent | b39f3adf0b8090e6e5dfa65ef34288b6bb1998cb (diff) |
Minor bdep-sync documentation change
-rw-r--r-- | bdep/sync.cli | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli index 4e0ebb3..fd5a375 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -213,15 +213,7 @@ namespace bdep this mode assumes that no configuration flags (see \l{bdep-config(1)}) have changed since the last explicit synchronization. It also does not search for a project in the current working directory \- if any, its - directory should be specified explicitly with \c{\b{--config}|\b{-c}}. - - To avoid recursive re-synchronization, the \cb{sync} command maintains - the \cb{BDEP_SYNCED_CONFIGS} environment variable. It contains a - space-separated, \cb{\"}-quoted list of configuration paths that have - been or are being synchronized by the current \cb{bdep} invocation - chain. The \cb{sync} command in the implicit mode also examines this - variable and silently ignores synchronization requests that have been - or are already being performed." + directory should be specified explicitly with \c{\b{--config}|\b{-c}}." } // The build system hook protocol version. Internal, undocumented, and @@ -229,4 +221,14 @@ namespace bdep // uint16_t --hook = 0; }; + + "\h|ENVIRONMENT| + + To avoid recursive re-synchronization, the \cb{sync} command maintains the + \cb{BDEP_SYNCED_CONFIGS} environment variable. It contains a + space-separated, \cb{\"}-quoted list of configuration paths that have been + or are being synchronized by the current \cb{bdep} invocation chain. The + \cb{sync} command examines this variable and silently ignores + synchronization requests that have been or are already being performed. + " } |