diff options
Diffstat (limited to 'app/modify.lisp')
-rw-r--r-- | app/modify.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/modify.lisp b/app/modify.lisp index 0b5e53d..0b02371 100644 --- a/app/modify.lisp +++ b/app/modify.lisp @@ -33,7 +33,7 @@ (defhandler modify/unflag/handler (id) (ol::unflag-item (parse-identifier id))) -(defun modify/unflag/comnand () +(defun modify/unflag/command () (cli:make-command :name "unflag" :usage "<IDENTIFIER>" |