From: Andre Noll Date: Sun, 16 Dec 2007 18:34:56 +0000 (+0100) Subject: a/command_util.sh: Convert template members also in the short description. X-Git-Tag: v0.3.0~49 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=0f1f782c51773b4db2597e07f4cba4cadf5eddf1;ds=inline a/command_util.sh: Convert template members also in the short description. --- diff --git a/command_util.sh b/command_util.sh index 3c2d789f..62ad9663 100755 --- a/command_util.sh +++ b/command_util.sh @@ -148,7 +148,7 @@ dump_man() local t_name_txt=$(echo $name_txt | $sed_cmd) echo ".SS \"$t_name_txt\"" done - echo "$desc_txt" + echo "$desc_txt" | sed -e "s/@member@/{$(echo $template_members | sed -e 's/ / | /g')}/g" echo echo "\\fBUsage: \\fP" echo