summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tqt20fix14
-rwxr-xr-xbin/tqtfindtr2
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/tqt20fix b/bin/tqt20fix
index a303717b..371faef7 100755
--- a/bin/tqt20fix
+++ b/bin/tqt20fix
@@ -1,14 +1,14 @@
#!/usr/bin/perl -w
#
# in sh/bash/zsh:
-# make 2>&1 | .../qt/bin/tqt20fix
+# make 2>&1 | .../qt/bin/ttqt20fix
# in csh/tcsh
-# make |& .../qt/bin/tqt20fix
+# make |& .../qt/bin/ttqt20fix
#
-# repeat as long as tqt20fix says to. if your make supports the -k
+# repeat as long as ttqt20fix says to. if your make supports the -k
# flag, that speeds up the process a bit.
#
-# tqt20fix tends to fix a bit over half of the remaining problems in
+# ttqt20fix tends to fix a bit over half of the remaining problems in
# each run.
#
# if you don't use gcc, you will need to change parseline.
@@ -222,7 +222,7 @@ while( <STDIN> ) {
if ( defined( $lastfile ) ) {
open( O, "> $lastfile" ) ||
die "cannot write to $lastfile, stopped";
- print "tqt20fix: writing $lastfile (changes: $changes)\n";
+ print "ttqt20fix: writing $lastfile (changes: $changes)\n";
print O @currentfile;
close O;
}
@@ -248,12 +248,12 @@ while( <STDIN> ) {
if ( defined( $changes) && $changes > 0 && defined( $lastfile ) ) {
open( O, "> $lastfile" ) ||
die "cannot write to $lastfile, stopped";
- print "tqt20fix: writing $lastfile (changes: $changes)\n";
+ print "ttqt20fix: writing $lastfile (changes: $changes)\n";
print O @currentfile;
close O;
}
if ( defined( $totalchanges) && $totalchanges > 0 ) {
- print "tqt20fix: total changes: $totalchanges\ntqt20fix: rerun recommended\n";
+ print "ttqt20fix: total changes: $totalchanges\nttqt20fix: rerun recommended\n";
}
diff --git a/bin/tqtfindtr b/bin/tqtfindtr
index c7b82d14..52134cea 100755
--- a/bin/tqtfindtr
+++ b/bin/tqtfindtr
@@ -37,7 +37,7 @@ msgstr ""
$scope = "";
if ( $#ARGV < 0 ) {
- print STDERR "Usage: tqtfindtr sourcefile ... >project.po\n";
+ print STDERR "Usage: tqttqtfindtr sourcefile ... >project.po\n";
exit 1;
}