# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1689463824 14400
# Node ID 23b6ca12aedf7fc514f5ea694005d3b3363c0220
# Parent  2f06facce49ed821213a2280cf41ce49bd718132# Parent  0e29f5ad34816bbf559d374df03827eae25d0d9f
Merge

diff -r 0e29f5ad3481 -r 23b6ca12aedf lisp/lines.lisp
--- a/lisp/lines.lisp	Fri Jul 07 16:11:02 2023 -0400
+++ b/lisp/lines.lisp	Sat Jul 15 19:30:24 2023 -0400
@@ -213,7 +213,7 @@
 (defparameter *option-one-based*
   (adopt:make-option 'one-based
     :result-key 'index-base
-    :help "Start numbering lines at 1 (default)."
+    :help "Start numbering lines at 1."
     :short #\1
     :long "one"
     :reduce (constantly 1)))
@@ -221,7 +221,7 @@
 (defparameter *option-zero-based*
   (adopt:make-option 'zero-based
     :result-key 'index-base
-    :help "Start numbering lines at 0."
+    :help "Start numbering lines at 0 (default)."
     :short #\0
     :long "zero"
     :reduce (constantly 0)))