mirror of
https://github.com/rclone/rclone.git
synced 2025-06-05 12:00:19 +08:00
Regularize the command definition names
This commit is contained in:
@ -7,10 +7,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(syncCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var syncCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "sync source:path dest:path",
|
||||
Short: `Make source and dest identical, modifying destination only.`,
|
||||
Long: `
|
||||
|
Reference in New Issue
Block a user