We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02110f commit 2df9d27Copy full SHA for 2df9d27
scripts/install-cni-plugin.sh
@@ -11,7 +11,8 @@ CNI_NETCONF_DIR=/etc/cni/net.d
11
function usage
12
{
13
printf "Installs azure-vnet CNI plugins.\n"
14
- printf "Usage: install-cni-plugin version [cniVersion]\n"
+ printf "See https://github.com/Azure/azure-container-networking/releases for versions\n"
15
+ printf "Usage: install-cni-plugin version [pluginVersion]\n"
16
}
17
18
if [ "$PLUGIN_VERSION" = "" ]; then
0 commit comments