diff options
Diffstat (limited to 'bin/findtr')
-rwxr-xr-x | bin/findtr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ msgstr "" $scope = ""; if ( $#ARGV < 0 ) { - print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n"; + print STDERR "Usage: findtr sourcefile ... >project.po\n"; exit 1; } |