summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-01 18:56:42 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:19:44 +0000
commitb66db0bdaaa65ddf192033a6e6b5e5c957e134d8 (patch)
tree6cc275a28798029dbf94b57b539be0a9559a9376 /bin
parentReleasing version 20160401. (diff)
downloadcompute-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 'bin')
-rwxr-xr-xbin/container-shell2
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
;;