diff options
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build-app.lisp b/build-app.lisp index 72e5f5b..0f62f62 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -40,12 +40,7 @@ my1337pw.") (flag :long-name "not-flagged" :description "Request that no flagged oneliners are returned.") (flag :long-name "newest" - :description "Return newest oneliners. Ignores TAGs. Respects --limit up to server specified maxiumum.") - (stropt :long-name "brief-like" - :argument-name :optional - :default-value ".*" - :argument-name "REGEX" - :description "A regular expression that must match some portion of the oneliner's title.")) + :description "Return newest oneliners. Ignores TAGs. Respects --limit up to server specified maxiumum.")) (text :contents " ") (group (:header "ONELINER EXECUTION OPTIONS") (text :contents "Runs the Nth search result with possible arguments ARGS.") |