diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-05 12:45:51 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-05 12:45:51 -0500 |
commit | 71637c96bd277364306abebf4add4e34a93325ff (patch) | |
tree | 5a291f684e289c932c33b6c24cb79f2d5cce9739 /app/app.orig.lisp | |
parent | 9a9f629068b4ffe7173bc92f12080685743dc6ab (diff) |
[add] account interface, updated asd file
Diffstat (limited to 'app/app.orig.lisp')
-rw-r--r-- | app/app.orig.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.orig.lisp b/app/app.orig.lisp index e83bd66..1015d1e 100644 --- a/app/app.orig.lisp +++ b/app/app.orig.lisp @@ -103,7 +103,7 @@ Their meaning is as follows: collect (apply 'format nil row-format group))))) (defsynopsis (:postfix "COMMAND [ARGS...]") - (group (:header "SEARCHING FOR ONELINERS" :hidden t) + (group (:header "SEARCHING FOR ONELINERS" :hidden t) (text :contents "Usage: ol [OPTIONS] search [TERMS...]") (text :contents " ") (text :contents "Search for oneliners that have been tagged with all of TERMS.") |