diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
commit | 688273ff54a40d62b05bbaad1b848c4d23b0b56c (patch) | |
tree | 5c4197c1fde737cfec784eba732f2bded1597ede | |
parent | Correcting installation location for documentation in makefile. (diff) | |
download | compute-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 '')
-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 ;; |