diff options
Diffstat (limited to 'debug/xtrace.sh')
-rwxr-xr-x | debug/xtrace.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 5cb193ab5a..acaf77a06e 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -30,7 +30,7 @@ do_usage() { # Refer to --help option. help_info() { - printf >&2 $"Try \`%s --help' or `%s --usage' for more information.\n" xtrace xtrace + printf >&2 $"Try \`%s --help' or \`%s --usage' for more information.\n" xtrace xtrace exit 1 } |