]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.image-analyzer: fix help-lint docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Dec 2015 19:46:13 +0000 (11:46 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 13 Dec 2015 19:46:13 +0000 (11:46 -0800)
extra/tools/image-analyzer/image-analyzer-docs.factor

index 882d73ab3cafb10d9f3fa402af53814a57060310..cde9079d8a40732593e5be7b6b61489b3ff64605 100644 (file)
@@ -1,14 +1,12 @@
 USING: assocs help.markup help.syntax sequences strings ;
 IN: tools.image-analyzer
-FROM: tools.image-analyzer.vm => image-header ;
 
 HELP: load-image
 { $values
-  { "image" string }
-  { "header" image-header }
-  { "heap-nodes" sequence }
+  { "image-file" string }
+  { "image" image }
 }
-{ $description "Loads and decodes Factor image. The images header and a sequence of all Factor objects found in its data and code heaps are put on the stack." } ;
+{ $description "Loads and decodes Factor image." } ;
 
 ARTICLE: "tools.image-analyzer" "Loader for Factor images"
 "The " { $vocab-link "tools.image-analyzer" } " loads and decodes Factor images."