summaryrefslogtreecommitdiff
path: root/git-shell-commands/help
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2016-07-07 22:37:56 +0000
committerParabola git <git@parabola.nu>2016-07-07 22:37:56 +0000
commit4fe7bac236d7c1895271bf15bdb9dda1253ec230 (patch)
treee8f927d4e4a439c1cdfc617d845e736606f02ad9 /git-shell-commands/help
parentc9ce5eaac72b867b2de97378f1708a035a9e9bf6 (diff)
git-shell-commands: use tab
Diffstat (limited to 'git-shell-commands/help')
-rwxr-xr-xgit-shell-commands/help4
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