From 9a64e1f1e65e1751f9ec4380b1065425ebe91ae2 Mon Sep 17 00:00:00 2001 From: Austin Baldwin Date: Thu, 18 Apr 2019 17:49:13 -0700 Subject: [PATCH] Add help command for conda. (#31418) --- guide/english/python/anaconda/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/python/anaconda/index.md b/guide/english/python/anaconda/index.md index 1257807e98..04e702e5f0 100644 --- a/guide/english/python/anaconda/index.md +++ b/guide/english/python/anaconda/index.md @@ -30,6 +30,7 @@ letter of the option. So ``--name`` and ``-n`` are the same, and For full usage of each command, including abbreviations, see [Command reference](https://conda.io/docs/commands.html). +You can also type ``conda`` or ``conda help`` to access the list of commands and help text for each command available. ### Sources