You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/13 12:44:12 UTC

[08/29] allura git commit: [#6373] wrap output so it doesn't create horizontal scrolls

[#6373] wrap output so it doesn't create horizontal scrolls


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

Branch: refs/heads/ib/7685
Commit: c95885e05991618a2597482ea31820de65c3dde7
Parents: 1be5974
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jul 8 10:28:44 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jul 8 17:00:49 2015 -0400

----------------------------------------------------------------------
 Allura/docs/getting_started/administration.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c95885e0/Allura/docs/getting_started/administration.rst
----------------------------------------------------------------------
diff --git a/Allura/docs/getting_started/administration.rst b/Allura/docs/getting_started/administration.rst
index b199277..1a2084f 100644
--- a/Allura/docs/getting_started/administration.rst
+++ b/Allura/docs/getting_started/administration.rst
@@ -77,7 +77,8 @@ Available scripts and commands are:
 create-neighborhood
 -------------------
 
-.. program-output:: paster create-neighborhood development.ini --help
+.. program-output:: paster create-neighborhood development.ini --help | fmt -s -w 95
+   :shell:
 
 
 ensure_index
@@ -101,13 +102,15 @@ reindex
 set-neighborhood-features
 -------------------------
 
-.. program-output:: paster set-neighborhood-features development.ini --help
+.. program-output:: paster set-neighborhood-features development.ini --help | fmt -s -w 95
+   :shell:
 
 
 set-tool-access
 ---------------
 
-.. program-output:: paster set-tool-access development.ini --help
+.. program-output:: paster set-tool-access development.ini --help | fmt -s -w 95
+   :shell:
 
 
 taskd
@@ -119,7 +122,8 @@ taskd
 taskd_cleanup
 -------------
 
-.. program-output:: paster taskd_cleanup development.ini --help
+.. program-output:: paster taskd_cleanup development.ini --help | fmt -s -w 95
+   :shell:
 
 
 pull-rss-feeds