Fix help lint

db4
Slava Pestov 2008-12-01 18:08:48 -06:00
parent d59f8b10dc
commit 9e4dfda8cd
1 changed files with 1 additions and 1 deletions
core/vocabs/loader

View File

@ -66,7 +66,7 @@ HELP: vocab-roots
{ $var-description "A sequence of pathname strings to search for vocabularies." } ;
HELP: add-vocab-root
{ $values { "path" "a pathname string" } }
{ $values { "root" "a pathname string" } }
{ $description "Adds a directory pathname to the list of vocabulary roots." }
{ $see-also "factor-roots" } ;