help

help [command [sub-command]] [-include-deprecated] 

ヘルプ・メッセージを出力します。引数がない場合は最上位のシェル・コマンドが一覧表示されます。追加的なコマンドおよびサブコマンドがある場合は、追加の詳細が示されます。

kv-> help load
Usage: load -file <path to file>
	Load the named file and interpret its contents as a script of 
    commands to be executed.  If any command in the script fails 
    execution will end.

非推奨となったコマンドを表示するには、-include-deprecatedを使用します。

たとえば:

kv-> help show -include-deprecated
Encapsulates commands that display the state of the store and its 
components.
Usage: show admins |
            datacenters |
            events |
            faults |
            indexes |
            parameters |
            perf |
            plans |
            pools |
            schemas |
            snapshots |
            tables |
            topology |
            upgrade-order |
            users |
            versions |
            zones