1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-05 04:41:37 -07:00

Add a pointer to guide.mmqa in mm information

Copied from Perforce
 Change: 20598
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-03-01 13:55:31 +00:00
parent f4be2ea768
commit 3cf1e787c4

View file

@ -1,5 +1,5 @@
#!/usr/local/perl
# $HopeName: MMQA_harness!script:commands:help(trunk.3) $
# $HopeName: MMQA_harness!script:commands:help(trunk.4) $
#
# provide help on QA functions
#
@ -17,7 +17,10 @@ if (@ARGV) {
&summhelp($_);
}
}
print "For help on a topic, type 'qa help <topic>'.\n";
print "For help on a topic, type 'qa help <topic>'.\n\n";
print "For general instructions on how to run tests, see guide.mmqa in\n";
print "the MM Information database.\n";
closedir(DIR);
}