summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-01 19:28:44 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:19:46 +0000
commit39f75b86643c6c0b3cb6d27b7f01b0568ae71799 (patch)
tree7b4bd071b6658d795f1289bac52d63d18230afe7
parentAdding container-shell about command. (diff)
downloadcompute-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>
-rw-r--r--share/man/container-shell.1.txt14
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