Return-Path: X-Original-To: apmail-allura-commits-archive@www.apache.org Delivered-To: apmail-allura-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 527A918F02 for ; Mon, 13 Jul 2015 10:44:06 +0000 (UTC) Received: (qmail 97028 invoked by uid 500); 13 Jul 2015 10:44:05 -0000 Delivered-To: apmail-allura-commits-archive@allura.apache.org Received: (qmail 96987 invoked by uid 500); 13 Jul 2015 10:44:05 -0000 Mailing-List: contact commits-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list commits@allura.apache.org Received: (qmail 96619 invoked by uid 99); 13 Jul 2015 10:44:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jul 2015 10:44:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 807B6E0216; Mon, 13 Jul 2015 10:44:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jetmind@apache.org To: commits@allura.apache.org Date: Mon, 13 Jul 2015 10:44:12 -0000 Message-Id: <6097c89d07d543cfbadba4e673de3fb4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Jul 8 10:28:44 2015 -0400 Committer: Dave Brondsema 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