From: Andre Noll Date: Sat, 6 Oct 2007 10:47:23 +0000 (+0200) Subject: command_util.sh: Fix man page format. X-Git-Tag: v0.3.0~299 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c31f2422a6f4dd8e3041788990bd138b29b85c3a;hp=41611d30f4b860b26159019ca9af3cc8efb06010 command_util.sh: Fix man page format. It really looked ugly as it were. Remove leading tabs in help texts. --- diff --git a/command_util.sh b/command_util.sh index 62a406c7..ad75c9b5 100755 --- a/command_util.sh +++ b/command_util.sh @@ -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 "