diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cp-untrans | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cp-untrans b/scripts/cp-untrans index 199db8640..065be19f4 100755 --- a/scripts/cp-untrans +++ b/scripts/cp-untrans @@ -14,7 +14,7 @@ set -e language=${1:-pl} if [ "$1" = "--help" ]; then - echo <<HELP + cat <<HELP Usage: $0 [<language>] --help print this help message. |