From fec2848b61f44e2a1c6f8e8f6f8e78cbcbbbde8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacky=20Alcin=C3=A9?= Date: Thu, 21 Dec 2017 11:41:06 -0800 Subject: [PATCH] doc(help): Update to include 'init'. --- libexec/tfenv-help | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/tfenv-help b/libexec/tfenv-help index b9c9c85..80c26e9 100755 --- a/libexec/tfenv-help +++ b/libexec/tfenv-help @@ -11,6 +11,7 @@ Commands: list List all installed versions list-remote List all installable versions version-name Print current version + init Update environment to use 'tfenv' correctly. '; exit 0;