X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=blobdiff_plain;f=subcommand;h=e19b11eaa605187125a232cce87916a3b5af18ea;hp=f269cdb6197b94ae6df687ce44115e6cc43825dd;hb=b56c19cc8035ff44b2d6f47c4b9ed70550f5d098;hpb=af542f6aceab67f39435a44937fe476e715c46f4 diff --git a/subcommand b/subcommand index f269cdb..e19b11e 100644 --- a/subcommand +++ b/subcommand @@ -256,7 +256,7 @@ com_prefs() printf "# optional" ;; esac - printf "%s: %s" "$option_type" "$description" + printf " %s: %s" "$option_type" "$description" if [[ "$required" != "yes" && "$required" != "true" ]]; then printf " [%s]" "$default_value" fi