From c31f2422a6f4dd8e3041788990bd138b29b85c3a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 6 Oct 2007 12:47:23 +0200 Subject: [PATCH] command_util.sh: Fix man page format. It really looked ugly as it were. Remove leading tabs in help texts. --- command_util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.39.2