summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbin/tissue4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tissue b/bin/tissue
index 5ebc201..3bb5370 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -311,7 +311,7 @@ Build website of current repository.
   (match-lambda*
     (("--help")
      (format #t "Usage: ~a web-dev WEBSITE-DIRECTORY
-Serve current repository over HTTP.
+Serve built website and issues of current repository.
 
   --port=PORT       run web server listening on PORT (default: 8080)
   --listen-repl=P   run REPL server listening on port or path P
@@ -349,7 +349,7 @@ COMMAND must be one of the sub-commands listed below:
   show      show the text of an issue
   repl      run a Guile script in a tissue environment
   web-build build website of current repository
-  web-dev   serve current repository over HTTP
+  web-dev   serve built website and issues of current repository
   web       serve one or more repositories over HTTP
   pull      pull latest from upstream repositories