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:
parent
f4be2ea768
commit
3cf1e787c4
1 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue