diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-05 18:34:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-05-06 11:49:14 +0000 |
commit | 73a5aefdb715b273b513314db95f80ae1b6af522 (patch) | |
tree | e6f011153bab421f1b5bfe911d723a56653530c6 | |
parent | Correcting Debian stretch version number in container-tools manpage. (diff) | |
download | compute-tools-73a5aefdb715b273b513314db95f80ae1b6af522.tar.xz compute-tools-73a5aefdb715b273b513314db95f80ae1b6af522.zip |
Adding exit alias for logout in container-shell program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 2 | ||||
-rw-r--r-- | share/man/container-shell.1.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/container-shell b/bin/container-shell index 4639537..fd85d93 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -49,7 +49,7 @@ Shell () return ;; - logout) + logout|exit) exit 0 ;; diff --git a/share/man/container-shell.1.txt b/share/man/container-shell.1.txt index 9a2fdd8..dc60af2 100644 --- a/share/man/container-shell.1.txt +++ b/share/man/container-shell.1.txt @@ -50,7 +50,7 @@ All container commands are available, see container(1). Additionally, the follow *help COMMAND:*:: shows help (manpage) for a specific container command. -*logout:*:: +*logout*, *exit:*:: exits container-shell. |