23b6ca12aedf

Merge
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Jul 2023 19:30:24 -0400
parents 2f06facce49e (diff) 0e29f5ad3481 (current diff)
children c706f0dc399f
branches/tags (none)
files

Changes

--- 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)))