Skip to content

Commit

Permalink
cli: fitactivity fix remove-command flag (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Dec 19, 2024
1 parent d573ab9 commit 65cd357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fitactivity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ func remove(ctx context.Context, fs *flag.FlagSet, args []string) (err error) {
var removeUnknown bool
fs.BoolVar(&removeUnknown, flagNameRemoveUnknown, false, removeUnknownDesc)

const flagNameRemoveMesgNums = "nums"
const flagNameRemoveMesgNums = "mesgnums"
var removeMesgNums string
fs.StringVar(&removeMesgNums, flagNameRemoveMesgNums, "", removeMesgNumsDesc)

Expand Down

0 comments on commit 65cd357

Please sign in to comment.