Skip to content

Commit

Permalink
fix: typo on fitactivity conceal docs (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
muktihari authored Sep 17, 2024
1 parent 6d72369 commit 11c87a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/fitactivity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ Usage:

Flags:
(select at least one):
--start uint32 conceal distance: first x meters
--end uint32 conceal distance: last x meters
--first uint32 conceal distance: first x meters
--last uint32 conceal distance: last x meters

(optional):
-i, --interleave uint8 normal header with valid local message type 0-15 [default: 15]
Expand Down
4 changes: 2 additions & 2 deletions cmd/fitactivity/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ Usage:
Flags:
(select at least one):
--start uint32 ` + concealFirstDesc + `
--end uint32 ` + concealLastDesc + `
--first uint32 ` + concealFirstDesc + `
--last uint32 ` + concealLastDesc + `
(optional):
-i, --interleave uint8 ` + interleaveDesc + `
Expand Down

0 comments on commit 11c87a6

Please sign in to comment.