[Bps-public-commit] SD branch, master, updated. 994cbcd76a4c177a572ccf83aeb095d8d4164785
spang at bestpractical.com
spang at bestpractical.com
Thu Aug 6 06:19:43 EDT 2009
The branch, master has been updated
via 994cbcd76a4c177a572ccf83aeb095d8d4164785 (commit)
from dfb47f3098dc47a228620df53398dafa1be87c71 (commit)
Summary of changes:
lib/App/SD/CLI/Command/Help/Settings.pm | 16 +++++++++++-----
1 files changed, 11 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 994cbcd76a4c177a572ccf83aeb095d8d4164785
Author: Christine Spang <spang at bestpractical.com>
Date: Thu Aug 6 11:16:47 2009 +0100
Update settings help for recent prophet change.
diff --git a/lib/App/SD/CLI/Command/Help/Settings.pm b/lib/App/SD/CLI/Command/Help/Settings.pm
index 33d109e..407b021 100644
--- a/lib/App/SD/CLI/Command/Help/Settings.pm
+++ b/lib/App/SD/CLI/Command/Help/Settings.pm
@@ -11,18 +11,24 @@ print <<EOF
The 'settings' command allows you to modify configuration variables
that propagate with the current database, known as settings.
-If given no arguments, the settings command will present you with
-an editor window in which settings can be modified. Setting values
-must be valid JSON data structures.
+If given no arguments, the settings command will print the current
+settings.
The following arguments are supported:
- --show (or -s)
+ show
Don't present an editor window, just print the current
settings to STDOUT.
- --set -- common_ticket_props '["id", "summary", "original_replica"]'
+ edit
+ Present an editor window containing all the current settings
+ for interactive editing.
+
+ set -- common_ticket_props '["id", "summary", "original_replica"]'
Update the setting common_ticket_props to the given value.
+ Any setting, including multiple settings, may be set this way.
+
+Setting values must be valid JSON.
Settings are not the same as local configuration variables. For
more information on local configuration, see '${cmd}help config'.
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list