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
|
(clingon:make-command
|
||||||
:name "put"
|
:name "put"
|
||||||
:aliases '("trash")
|
:aliases '("trash")
|
||||||
:description "move files to the trash"
|
:description "move files into the trash"
|
||||||
:usage "[-n|--no-cross-device] [--trash-directory=DIR] [files...]"
|
:usage "[-n|--no-cross-device] [--trash-directory=DIR] [files...]"
|
||||||
:options (put/options)
|
:options (put/options)
|
||||||
:handler #'put/handler))
|
:handler #'put/handler))
|
||||||
@ -890,7 +890,7 @@ return a list of many indices instead."
|
|||||||
"Return the Clingon command for the \"size\" subcommand."
|
"Return the Clingon command for the \"size\" subcommand."
|
||||||
(clingon:make-command
|
(clingon:make-command
|
||||||
:name "size"
|
:name "size"
|
||||||
:description "find the size of one or more trash directory"
|
:description "tally the sizes of trashed files"
|
||||||
:options (size/options)
|
:options (size/options)
|
||||||
:handler #'size/handler))
|
:handler #'size/handler))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user