mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Regularize the command definition names
This commit is contained in:
@@ -7,10 +7,10 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
cmd.Root.AddCommand(authorizeCmd)
|
||||
cmd.Root.AddCommand(commandDefintion)
|
||||
}
|
||||
|
||||
var authorizeCmd = &cobra.Command{
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "authorize",
|
||||
Short: `Remote authorization.`,
|
||||
Long: `
|
||||
|
||||
Reference in New Issue
Block a user