- Fix version_print call in help_print.

This commit is contained in:
2026-09-13 12:03:32 +02:00
parent 96e9b5524b
commit e9e5697d39
3 changed files with 3 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ version_print()
help_print()
{
version_print
version_print ""
echo "${NAME} ${HELP}"
}