diff options
Diffstat (limited to 'git-shell-commands/help')
-rwxr-xr-x | git-shell-commands/help | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-shell-commands/help b/git-shell-commands/help index 633c152..f2970d5 100755 --- a/git-shell-commands/help +++ b/git-shell-commands/help @@ -7,6 +7,6 @@ set -e # Gets the initial comment after the shebeng from every git-shell-command for c in "$(dirname "$0")"/*; do - sed -rn '2,/^[^#]/s/^# ?//p' "$c" - echo + sed -rn '2,/^[^#]/s/^# ?//p' "$c" + echo done |