From 8acd72dba3480563bfd8d32ba9fb4893447f3b12 Mon Sep 17 00:00:00 2001 From: cage Date: Wed, 9 Feb 2022 17:47:10 +0100 Subject: [PATCH] - fixed keyword name. --- src/command-line.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command-line.lisp b/src/command-line.lisp index 1fe257b..f21b044 100644 --- a/src/command-line.lisp +++ b/src/command-line.lisp @@ -64,7 +64,7 @@ :description (_ "Notify messages that mentions the user") :short #\m :long "notify-mentions") - (:name :open-net-url + (:name :open-net-address :description (_ "Open net address") :short #\o :arg-parser #'identity