From 4a3ef4e8f657d5be759f2d6be49e85b71dbc42db Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 25 Oct 2025 21:49:21 -0700 Subject: [PATCH] Update some help messages --- clash/clash.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clash/clash.lisp b/clash/clash.lisp index baad3f8..2ba760a 100644 --- a/clash/clash.lisp +++ b/clash/clash.lisp @@ -523,7 +523,7 @@ list of trash directories that were present in INFOS." (clingon:make-command :name "put" :aliases '("trash") - :description "move files to the trash" + :description "move files into the trash" :usage "[-n|--no-cross-device] [--trash-directory=DIR] [files...]" :options (put/options) :handler #'put/handler)) @@ -890,7 +890,7 @@ return a list of many indices instead." "Return the Clingon command for the \"size\" subcommand." (clingon:make-command :name "size" - :description "find the size of one or more trash directory" + :description "tally the sizes of trashed files" :options (size/options) :handler #'size/handler))