chiark / gitweb /
change terminology
[topbloke.git] / topbloke-merge-lists
index efdd52b2b88a91232cc91b2b9d48f1830384c655..c717c4f149ba108c3bb7dac8f966976e637b273c 100755 (executable)
@@ -8,6 +8,9 @@ our %flag;
 our (@order, @order_final_maybe);
 our $verbose=0;
 
+# we don't use Getopt::Long because we want to be quick to start up
+# and we're not really a very user-facing utility
+
 while (@ARGV && $ARGV[0] =~ m/^\-/) {
     $_ = shift @ARGV;
     if (s/^-U//) {