From 850f5f38ad15871c92f4d800e757c844daf2f077 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 1 Mar 2022 06:20:14 -0600 Subject: removed unimplemented option --- build-app.lisp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'build-app.lisp') 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.") -- cgit v1.2.3