gnu: sbcl-unix-opts: Fix grammar of "allows to precisely control" to
"precisely controls". * gnu/packages/lisp-xyz (sbcl-unix-opts): Fix grammar.master
parent
3bb22e5433
commit
102fc7bc19
|
@ -2785,8 +2785,8 @@ advantage of the library is the ability to concisely define command line
|
||||||
options once and then use this definition for parsing and extraction of
|
options once and then use this definition for parsing and extraction of
|
||||||
command line arguments, as well as printing description of command line
|
command line arguments, as well as printing description of command line
|
||||||
options (you get --help for free). This way you don't need to repeat
|
options (you get --help for free). This way you don't need to repeat
|
||||||
yourself. Also, @command{unix-opts} doesn't depend on anything and allows to
|
yourself. Also, @command{unix-opts} doesn't depend on anything and
|
||||||
precisely control behavior of the parser via Common Lisp restarts.")
|
precisely controls the behavior of the parser via Common Lisp restarts.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public cl-unix-opts
|
(define-public cl-unix-opts
|
||||||
|
|
Reference in New Issue