X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command_util.sh;h=3c2d789f3e0b54983634155f2422baf0030f4a9f;hp=f0a861d61d887b5e68b9e90e9b9cfa512c23b9b6;hb=19d9318abf42debb15d833d4e56ab636893285c3;hpb=5c556c52f1196cea4536d36b683372de532943a9 diff --git a/command_util.sh b/command_util.sh index f0a861d6..3c2d789f 100755 --- a/command_util.sh +++ b/command_util.sh @@ -263,7 +263,7 @@ template_loop() perms_txt=$(echo $t_perms | $sed_cmd) desc_txt=$(echo $t_desc | $sed_cmd) usage_txt=$(echo $t_usage | $sed_cmd) - help_txt=$(printf "%s" "$t_help" | $sed_cmd) + help_txt=$(printf "%s\n" "$t_help" | $sed_cmd) prototype=$(echo "$template_prototype" | $sed_cmd) $1 done