mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 21:57:59 +02:00
Regularize the command definition names
This commit is contained in:
@ -7,10 +7,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(deleteCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var deleteCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "delete remote:path",
|
||||
Short: `Remove the contents of path.`,
|
||||
Long: `
|
||||
|
Reference in New Issue
Block a user