- 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

@@ -1,5 +1,5 @@
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/11 Rx3-Base V 1.2.0 - A. GIBERT - 2026/09/13
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Base library: - Base library:

View File

@@ -178,7 +178,7 @@ cp sbin/* %{buildroot}%{_sbindir}
#----------------------------------------------------------------------------------------------------------------------------------- #-----------------------------------------------------------------------------------------------------------------------------------
%changelog %changelog
* Fri Sep 11 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.2.0-1rx3.mga9 * Sun Sep 13 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.2.0-1rx3.mga9
- Update to 1.2.0 - Update to 1.2.0
* Sat Aug 1 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.1.3-1rx3.mga9 * Sat Aug 1 2026 Arnaud G. GIBERT <arnaud@rx3.net> - 1.1.3-1rx3.mga9

View File

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