error, SYNCOPE-722

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/bbcb6105
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/bbcb6105
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/bbcb6105

Branch: refs/heads/master
Commit: bbcb6105885273eff5e953cac9c637687abb1fa4
Parents: fd940ec
Author: massi <massimiliano.perr...@tirasa.net>
Authored: Fri Nov 27 16:06:45 2015 +0100
Committer: massi <massimiliano.perr...@tirasa.net>
Committed: Fri Nov 27 17:00:42 2015 +0100

----------------------------------------------------------------------
 src/main/asciidoc/cli-configuration.adoc | 6 +++---
 src/main/asciidoc/cli-connector.adoc     | 8 ++++----
 src/main/asciidoc/cli-logger.adoc        | 2 +-
 src/main/asciidoc/cli-question.adoc      | 4 ++--
 src/main/asciidoc/cli-role.adoc          | 4 ++--
 5 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcb6105/src/main/asciidoc/cli-configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/cli-configuration.adoc 
b/src/main/asciidoc/cli-configuration.adoc
index d44b330..9bb0884 100644
--- a/src/main/asciidoc/cli-configuration.adoc
+++ b/src/main/asciidoc/cli-configuration.adoc
@@ -79,7 +79,7 @@ You are runnig: configuration --get
 --
 
 ===== Read option
-The option to read the value of the specified configuration attributes.
+The option to read the value of a specified configuration attributes.
 
 [source]
 --
@@ -137,14 +137,14 @@ You are runnig: configuration --update 
passwordReset.allowed=false
 --
 
 ===== Delete option
-The option to delete the specified configuration attributes.
+The option to delete a specified configuration attributes.
 
 [source]
 --
 $ ./syncopeadm.sh configuration --delete {CONF-NAME} {CONF-NAME} [...]
 --
 
-The delete option, as can be imagined, tries to remove the specified roles. 
+The delete option, as can be imagined, tries to remove a specified roles. 
 The output will be something like:
 [source]
 --

http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcb6105/src/main/asciidoc/cli-connector.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/cli-connector.adoc 
b/src/main/asciidoc/cli-connector.adoc
index 80defe9..bf508a5 100644
--- a/src/main/asciidoc/cli-connector.adoc
+++ b/src/main/asciidoc/cli-connector.adoc
@@ -149,7 +149,7 @@ You are runnig: connector --list
 
 --
 
-The last snippet code shows a part of screen output. Basically you can read 
the configuration about every connectors
+The last snippet code shows a part of the screen output. Basically you can 
read the configuration about every connectors
 configured in Syncope.
 
 ===== List bundles option
@@ -237,14 +237,14 @@ $ ./syncopeadm.sh connector --read {CONNECTOR-ID} 
{CONNECTOR-ID} [...]
 Unlike the list option, the read one shows only the connectors passed as input.
 
 ===== Delete option
-The option to delete the specified connectors.
+The option to delete a specified connectors.
 
 [source]
 --
 $ ./syncopeadm.sh connector --delete {CONNECTOR-ID} {CONNECTOR-ID} [...]
 --
 
-The delete option, as can be imagined, tries to remove the specified 
connectors. This operation works only if the 
+The delete option, as can be imagined, tries to remove a specified connectors. 
This operation works only if the 
 connector isn't associated to a resource.
 If the connector isn't associated to anything the output will be
 [source]
@@ -252,7 +252,7 @@ If the connector isn't associated to anything the output 
will be
  - Connector {CONNECTOR-ID} successfully deleted
 --
 
-other wise the output will be something like:
+otherwise the output will be something like:
 [source]
 --
  - Error: AssociatedResources [ws-target-resource-nopropagation, 
ws-target-resource-nopropagation2]

http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcb6105/src/main/asciidoc/cli-logger.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/cli-logger.adoc 
b/src/main/asciidoc/cli-logger.adoc
index 9ab3c95..83b93c0 100644
--- a/src/main/asciidoc/cli-logger.adoc
+++ b/src/main/asciidoc/cli-logger.adoc
@@ -233,7 +233,7 @@ You are runnig: logger --create net.tirasa=ERROR
 --
 
 ===== Delete option
-The option to delete the specified logger.
+The option to delete a specified logger.
 
 [source]
 --

http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcb6105/src/main/asciidoc/cli-question.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/cli-question.adoc 
b/src/main/asciidoc/cli-question.adoc
index 031ab85..c9ef57b 100644
--- a/src/main/asciidoc/cli-question.adoc
+++ b/src/main/asciidoc/cli-question.adoc
@@ -62,14 +62,14 @@ $ ./syncopeadm.sh question --read {QUESTION-ID} 
{QUESTION-ID} [...]
 Unlike the list option, the read one shows only the questions passed as input.
 
 ===== Delete option
-The option to delete the specified questions.
+The option to delete a specified questions.
 
 [source]
 --
 $ ./syncopeadm.sh question --delete {QUESTION-ID} {QUESTION-ID} [...]
 --
 
-The delete option, as can be imagined, tries to remove the specified 
questions. 
+The delete option, as can be imagined, tries to remove a specified questions. 
 The output will be something like:
 [source]
 --

http://git-wip-us.apache.org/repos/asf/syncope/blob/bbcb6105/src/main/asciidoc/cli-role.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/cli-role.adoc b/src/main/asciidoc/cli-role.adoc
index 4bf0f15..cc3f244 100644
--- a/src/main/asciidoc/cli-role.adoc
+++ b/src/main/asciidoc/cli-role.adoc
@@ -134,14 +134,14 @@ $ ./syncopeadm.sh role --read {ROLE-NAME} {ROLE-NAME} 
[...]
 Unlike the list option, the read one shows only the roles passed as input.
 
 ===== Delete option
-The option to delete the specified roles.
+The option to delete a specified roles.
 
 [source]
 --
 $ ./syncopeadm.sh role --delete {ROLE-NAME} {ROLE-NAME} [...]
 --
 
-The delete option, as can be imagined, tries to remove the specified roles. 
+The delete option, as can be imagined, tries to remove a specified roles. 
 The output will be something like:
 [source]
 --

Reply via email to