Skip to content

Commit

Permalink
Merge pull request #80 from jkaninda/develop
Browse files Browse the repository at this point in the history
remove operation old cmd
  • Loading branch information
jkaninda authored Sep 10, 2024
2 parents 4808f09 + cde82d8 commit 67ea223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 67ea223

Please sign in to comment.