diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-01 18:56:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:19:44 +0000 |
commit | b66db0bdaaa65ddf192033a6e6b5e5c957e134d8 (patch) | |
tree | 6cc275a28798029dbf94b57b539be0a9559a9376 | |
parent | Releasing version 20160401. (diff) | |
download | compute-tools-b66db0bdaaa65ddf192033a6e6b5e5c957e134d8.tar.xz compute-tools-b66db0bdaaa65ddf192033a6e6b5e5c957e134d8.zip |
Removing hardcoded container reference when opening manpages in container-shell help.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container-shell b/bin/container-shell index f40d711..16ebe26 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -61,7 +61,7 @@ Shell () ;; *) - man container-${1} + man ${PROGRAM}-${1} return ;; |