Skip to content

Commit

Permalink
fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hegner committed May 8, 2024
1 parent 292cdd9 commit 8ec2220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jetreco.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ parse_command_line(args) = begin
default = 0.4

"--power"
help = "Distance measure momentum power (-1 - antikt; 0 - Cambridge/Achen; 1 - inclusive k_t)"
help = "Distance measure momentum power (-1 - antikt; 0 - Cambridge/Aachen; 1 - inclusive k_t)"
arg_type = Int
default = -1

Expand Down Expand Up @@ -220,7 +220,7 @@ parse_command_line(args) = begin
action = :store_true

"--dump"
help = "Write list of recontructed jets to a JSON formatted file"
help = "Write list of reconstructed jets to a JSON formatted file"

"--info"
help = "Print info level log messages"
Expand Down

0 comments on commit 8ec2220

Please sign in to comment.