]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command_util.sh: Fix man page format.
authorAndre Noll <maan@systemlinux.org>
Sat, 6 Oct 2007 10:47:23 +0000 (12:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 6 Oct 2007 10:47:23 +0000 (12:47 +0200)
It really looked ugly as it were. Remove leading tabs in help texts.

command_util.sh

index 62a406c72778bf10cd7f7889b288a9a786448a7f..ad75c9b575680bc7c6310610ffece6dc358cbfd5 100755 (executable)
@@ -161,7 +161,7 @@ dump_man()
                echo ".fi"
        fi
        echo
-       echo "$help_txt"
+       echo "$help_txt" | sed -e 's/^  //'
        echo
        if test -n "$perms_txt"; then
                echo -n "\\fBpermissions:\\fP "