From e321baec06a45a3c96824d9ddbb1ed7b3d68d451 Mon Sep 17 00:00:00 2001 From: David Boucha Date: Tue, 31 Mar 2015 09:17:18 -0600 Subject: [PATCH] reflow paragraph. gqap ftw! --- octokit.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/octokit.sh b/octokit.sh index ba1947b..ec37130 100755 --- a/octokit.sh +++ b/octokit.sh @@ -64,10 +64,9 @@ _helptext() { # Extract contiguous lines of comments and function params as help text # # Indentation will be ignored. The first line of the match will be ignored - # (this is to ignore the she-bang of a file or the function name). - # Local variable declarations and their default values can also be pulled - # in as documentation. - # Exits upon encountering the first blank line. + # (this is to ignore the she-bang of a file or the function name). Local + # variable declarations and their default values can also be pulled in as + # documentation. Exits upon encountering the first blank line. # # Exported environment variables can be used for string interpolation in # the extracted commented text.