From 6381dea37b83ca6642a1cef0ab891fe0921b4d35 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 21 Jan 2014 20:26:32 +0200 Subject: Add example of passing value with space on cmdline. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3