diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-01 19:28:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:19:46 +0000 |
commit | 39f75b86643c6c0b3cb6d27b7f01b0568ae71799 (patch) | |
tree | 7b4bd071b6658d795f1289bac52d63d18230afe7 /share | |
parent | Adding container-shell about command. (diff) | |
download | compute-tools-39f75b86643c6c0b3cb6d27b7f01b0568ae71799.tar.xz compute-tools-39f75b86643c6c0b3cb6d27b7f01b0568ae71799.zip |
Adding notes about container-shell specific commands in container-shell manpage.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/man/container-shell.1.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/container-shell.1.txt b/share/man/container-shell.1.txt index 946f77e..9a2fdd8 100644 --- a/share/man/container-shell.1.txt +++ b/share/man/container-shell.1.txt @@ -39,7 +39,19 @@ container-tools provides the system integration for managing containers using sy COMMANDS -------- -All container commands are available, see container(1). +All container commands are available, see container(1). Additionally, the following commands are specific to container-shell: + +*about:*:: + shows introduction (manpage). + +*help:*:: + shows available commands within the container-shell. + +*help COMMAND:*:: + shows help (manpage) for a specific container command. + +*logout:*:: + exits container-shell. SEE ALSO |