From b56c19cc8035ff44b2d6f47c4b9ed70550f5d098 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 26 Dec 2017 22:41:54 +0100 Subject: [PATCH] com_prefs(): Add missing space character. Pure cosmetic issue, as this text is printed after the # character which starts a comment. --- subcommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2