]> gitweb.factorcode.org Git - factor.git/commitdiff
Update scaffold-vocab docs, it does not create tests
authorNicholas Seckar <nseckar@gmail.com>
Fri, 27 Mar 2009 05:05:18 +0000 (22:05 -0700)
committerNicholas Seckar <nseckar@gmail.com>
Fri, 27 Mar 2009 05:05:18 +0000 (22:05 -0700)
basis/tools/scaffold/scaffold-docs.factor

index 4d1240ad3851044c6d3da7db05577cb79709f197..621933bfa8210953190498bc6c2d540a4f0d4ce3 100644 (file)
@@ -26,7 +26,7 @@ HELP: scaffold-undocumented
 HELP: scaffold-vocab
 { $values
      { "vocab-root" "a vocabulary root string" } { "string" string } }
-{ $description "Creates a directory in the given root for a new vocabulary and adds a main .factor file, a tests file, and an authors.txt file." } ;
+{ $description "Creates a directory in the given root for a new vocabulary and adds a main .factor file and an authors.txt file." } ;
 
 HELP: scaffold-emacs
 { $description "Touches the .emacs file in your home directory and provides a clickable link to open it in an editor." } ;