1
0
mirror of https://github.com/rclone/rclone.git synced 2025-07-16 22:42:36 +02:00

Regularize the command definition names

This commit is contained in:
Nick Craig-Wood
2016-10-22 12:05:45 +01:00
parent 05798672c8
commit 5e35aeca9e
25 changed files with 67 additions and 67 deletions

View File

@ -7,10 +7,10 @@ import (
)
func init() {
cmd.Root.AddCommand(rmdirCmd)
cmd.Root.AddCommand(commandDefintion)
}
var rmdirCmd = &cobra.Command{
var commandDefintion = &cobra.Command{
Use: "rmdir remote:path",
Short: `Remove the path if empty.`,
Long: `