]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.backend: removing empty description.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 1 Nov 2016 15:25:43 +0000 (08:25 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 1 Nov 2016 15:25:43 +0000 (08:25 -0700)
basis/tools/deploy/backend/backend-docs.factor

index 51407c7ab388dfb6b4b604d09370ab8aeb299d1b..dcad985f30ab41139c99ae12729f575f0291eecb 100644 (file)
@@ -8,7 +8,7 @@ HELP: make-deploy-image
   { "vocab" string }
   { "config" assoc }
   { "manifest" string }
-} { $description "" } ;
+} ;
 
 HELP: make-boot-image
 { $description "If stage1 image doesn't exist, create it." } ;