diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 3 |
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 ;; |