Update some help messages
This commit is contained in:
@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user