Update some help messages

This commit is contained in:
2025-10-25 21:49:21 -07:00
parent 9e26d8f85a
commit 4a3ef4e8f6

View File

@ -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))