column -s\& -t <(echo " -n, --name & name (with no extension) of the drawing (default to $Name) -b, --base & base dir of the drawing (default to current dir) -t, --template & template to use (invokes kdiaolog if unset, current templates are $currentTemplates, default to first file in a dir, currently: $Template) -k, --kdialog & choose template with kdialog -h, --help & show this output -v, --version & show version information --nocolors & disable colors in output. In case Your terminal doesn't support coloring and You get the output like \"\\033[94mthis\" or Your terminal colors \"conflict\" with the output coloring") } results in: Options ======= -n, --name name (with no extension) of the drawing (default to bk_templates_inkscape) -b, --base base dir of the drawing (default to current dir) -t, --template template to use (invokes kdiaolog if unset, current templates are A4_landscape.svg A4_portrait.svg A5_landscape.svg A5_portrait.svg, default to first file in a dir, currently: A4_landscape.svg) -k, --kdialog choose template with kdialog -h, --help show this output -v, --version show version information --nocolors disable colors in output. In case Your terminal doesn't support coloring and You get the output like "\033[94mthis" or Your terminal colors "conflict" with the output coloring