aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-02 11:16:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-02 11:16:40 +0200
commit85fe1442232cc747ce4935708ecefba00ab7c101 (patch)
tree43fbf208e187509dcf0ba9e4740fdcdeeab36d62 /bdep/sync.cli
parentb39f3adf0b8090e6e5dfa65ef34288b6bb1998cb (diff)
Minor bdep-sync documentation change
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli20
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.
+ "
}