Improve how mksubj.pl reports malformed .SA argument
This commit is contained in:
parent
5d8f33f6ad
commit
3c84a8756e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ sub parse_file {
|
|||
if (/^\.SA "([^\"]*)"/) {
|
||||
parse_see_also($topic, $1);
|
||||
} else {
|
||||
error("Incorrect .SA Syntax. Syntax should be '.SA \"item1, item2\"'");
|
||||
error("Incorrect .SA argument, expecting '.SA \"item1, item2\"'");
|
||||
}
|
||||
} else {
|
||||
error(".SA request is missing");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue