From 14fbe3e561e677cb36d8c4192fc81086a68a0c74 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sun, 26 Mar 2023 21:34:22 +0200 Subject: [PATCH] display versions in help --- dh | 1 + 1 file changed, 1 insertion(+) diff --git a/dh b/dh index 8640538..090354c 100755 --- a/dh +++ b/dh @@ -12,6 +12,7 @@ function some_bugs() { } function show_help() { + printf "DistroHopper v. $version\nquickemu v. $("$prefix"quickemu --version)\n" echo " $(gettext "Possible arguments:") -h --help $(gettext "Show this help and exit")