summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:11 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:11 +0000
commit688273ff54a40d62b05bbaad1b848c4d23b0b56c (patch)
tree5c4197c1fde737cfec784eba732f2bded1597ede /bin
parentCorrecting installation location for documentation in makefile. (diff)
downloadcompute-tools-688273ff54a40d62b05bbaad1b848c4d23b0b56c.tar.xz
compute-tools-688273ff54a40d62b05bbaad1b848c4d23b0b56c.zip
Adding note about help for individual commands in container-shell program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/container-shell b/bin/container-shell
index fd85d93..5f75058 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -64,6 +64,9 @@ Shell ()
echo "$(for COMMAND in about logout *; do echo ${COMMAND}; done | sort)"
cd "${OLDPWD}"
+ echo
+ echo "Use 'help COMMAND' for more information."
+
return
;;