mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 15:58:26 +02:00
docs: add minimum versions to the command pages
This commit is contained in:
@ -155,6 +155,9 @@ to check all the data.
|
||||
If you supply the |--checkfile HASH| flag with a valid hash name,
|
||||
the |source:path| must point to a text file in the SUM format.
|
||||
`, "|", "`") + FlagsHelp,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v0.90",
|
||||
},
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
var (
|
||||
|
Reference in New Issue
Block a user