diff options
Diffstat (limited to 'bin')
-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 ;; |