summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2024-09-11 19:30:49 +0300
committerAndre A. Gomes <andremegafone@gmail.com>2024-09-12 15:52:14 +0300
commitf3655edd7ba5ed96ade69629706691b4e904dd67 (patch)
tree82b62d9af903ca6b4f8fe3e0a9645e67b964fc40
parent90e3ec4429312762d71658ec61837570b5c06183 (diff)
start: Delete redundant docstring section.
-rw-r--r--source/start.lisp13
1 files changed, 1 insertions, 12 deletions
diff --git a/source/start.lisp b/source/start.lisp
index df6b30834..42186299e 100644
--- a/source/start.lisp
+++ b/source/start.lisp
@@ -389,18 +389,7 @@ This function focuses on OPTIONS parsing. For the actual startup procedure, see
The OPTIONS are the same as the command line options.
-~a
-
-Examples:
-
-- Display version and return immediately:
- (nyxt:start :version t)
-
-- Start the browser with increased verbosity, a different history file and
- open the given URLs.
- (nyxt:start :urls '(\"https://nyxt-browser.com\" \"https://en.wikipedia.org\")
- :verbose t
- :with-file '(\"history\" \"/tmp/nyxt/history.lisp\"))"
+~a"
(with-output-to-string (s) (opts:describe :stream s)))
(declare #.(cons 'ignorable %start-args))
(unless *renderer*