We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e66daa commit ad0eff4Copy full SHA for ad0eff4
cmd/immuadmin/command/database.go
@@ -259,7 +259,7 @@ func (cl *commandline) database(cmd *cobra.Command) {
259
return err
260
}
261
262
- fmt.Fprintf(cmd.OutOrStdout(), "database index '%s' successfully flushed\n", args[0])
+ fmt.Fprintf(cmd.OutOrStdout(), "database index successfully flushed\n")
263
return nil
264
},
265
Args: cobra.ExactArgs(0),
@@ -279,7 +279,7 @@ func (cl *commandline) database(cmd *cobra.Command) {
279
280
281
282
- fmt.Fprintf(cmd.OutOrStdout(), "database index '%s' successfully compacted\n", args[0])
+ fmt.Fprintf(cmd.OutOrStdout(), "database index successfully compacted\n")
283
284
285
0 commit comments