diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/container-shell b/bin/container-shell index d910ae0..da91c76 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -23,6 +23,8 @@ PROGRAM="container" COMMAND="$(basename ${0})" +LC_ALL="C.UTF-8" + Usage () { echo "Usage: ${PROGRAM}-shell" >&2 |