You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The install_gpg_all.sh script requires passing suite version with -i argument.
The install_gpg_component.sh script requires passing component version with --version argument.
This inconsistency should be resolved.
--version is a bad name for argument, because <program> --version conventionally prints out program version. Perhaps --at-version or --at?
@ronaldtse, any idea what -i could mean? It has been introduced in your commit.
The text was updated successfully, but these errors were encountered:
The
install_gpg_all.sh
script requires passing suite version with-i
argument.The
install_gpg_component.sh
script requires passing component version with--version
argument.--version
is a bad name for argument, because<program> --version
conventionally prints out program version. Perhaps--at-version
or--at
?@ronaldtse, any idea what
-i
could mean? It has been introduced in your commit.The text was updated successfully, but these errors were encountered: