diff --git a/cmd/root.go b/cmd/root.go index aa509da..a8f94e1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -33,7 +33,6 @@ func Execute() { func init() { rootCmd.PersistentFlags().StringP("dbname", "d", "", "Database name") - rootCmd.PersistentFlags().StringVarP(&operation, "operation", "o", "", "Set operation, for old version only") rootCmd.AddCommand(VersionCmd) rootCmd.AddCommand(BackupCmd) rootCmd.AddCommand(RestoreCmd)