Skip to content

Commit 2df9d27

Browse files
jayunit100rbtr
andauthored
Update install-cni-plugin.sh (#1792)
* Update install-cni-plugin.sh * Update scripts/install-cni-plugin.sh --------- Co-authored-by: Evan Baker <[email protected]>
1 parent b02110f commit 2df9d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/install-cni-plugin.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ CNI_NETCONF_DIR=/etc/cni/net.d
1111
function usage
1212
{
1313
printf "Installs azure-vnet CNI plugins.\n"
14-
printf "Usage: install-cni-plugin version [cniVersion]\n"
14+
printf "See https://github.com/Azure/azure-container-networking/releases for versions\n"
15+
printf "Usage: install-cni-plugin version [pluginVersion]\n"
1516
}
1617

1718
if [ "$PLUGIN_VERSION" = "" ]; then

0 commit comments

Comments
 (0)