summaryrefslogtreecommitdiffstats
path: root/bin/container-shell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/container-shell')
-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
;;