diff options
Diffstat (limited to 'app/show.lisp')
-rw-r--r-- | app/show.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/show.lisp b/app/show.lisp index 2270e67..336e8e6 100644 --- a/app/show.lisp +++ b/app/show.lisp @@ -11,4 +11,4 @@ :name "show" :usage "<IDENTIFIER>" :description "show detailed information about a oneliner" - :handelr #'show/handler )) + :handler #'show/handler )) |