aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-21 20:26:32 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-21 20:26:32 +0200
commit6381dea37b83ca6642a1cef0ab891fe0921b4d35 (patch)
treea9efa0b78d8fd8ef97d5e6522fb7268ae3ec54b7
parent29038f84d17b88c2811ed415ea9f47ea7275a3e0 (diff)
Add example of passing value with space on cmdline.HEADmaster
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 0f20a4e..a62ebdc 100644
--- a/README
+++ b/README
@@ -8,7 +8,11 @@ users, groups
Query user/group list. There can be optional query filter parameter
using query language as desctibed in
https://developer.atlassian.com/display/CROWDDEV/Crowd+Query+Language
- e.g.: ./crowd-tool users firstName=Paul
+ e.g.:
+ ./crowd-tool users firstName=Paul
+ Note that values containing spaces need to be quoted for passing to Crowd,
+ which in turn requires additional single-quoting on shell command line:
+ ./crowd-tool users displayName='"Paul S*"'
usergroups
Query user's groups. Either direct memberships shown, or, with --nested
option, recursive.