Skip to content

Commit

Permalink
fix naming for parameter: no-ncvs-estimation -> no-ncv-estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
latticetower committed Nov 30, 2021
1 parent bd9af08 commit 555e77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function parse_commandline(args::Union{Nothing, Array{String, 1}}=nothing) # TOD
arg_type = Float64
default = 0.2

"--no-ncvs-estimation"
"--no-ncv-estimation"
dest_name = "estimate-ncvs"
help = "Turns off neighborhood composition vectors estimation"
action = :store_false
Expand Down

0 comments on commit 555e77d

Please sign in to comment.