diff options
Diffstat (limited to 'tests/misc/uniq')
-rwxr-xr-x | tests/misc/uniq | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/uniq b/tests/misc/uniq index 5083be559..84e1c48e5 100755 --- a/tests/misc/uniq +++ b/tests/misc/uniq @@ -21,7 +21,7 @@ use strict; my $limits = getlimits (); my $prog = 'uniq'; -my $try = "Try \`$prog --help' for more information.\n"; +my $try = "Try '$prog --help' for more information.\n"; # Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; |