Skip to content

Commit

Permalink
Correct a typo in show_version doc
Browse files Browse the repository at this point in the history
  • Loading branch information
petershintech authored and carlobaldassi committed Aug 30, 2021
1 parent 9d44718 commit 2681896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/arg_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ This is the list of all available actions (in each example, suppose we defined `
```julia-repl
julia> settings.version = "1.0";
julia> @add_arg_table!(settings, "-x", action => :show_version);
julia> @add_arg_table!(settings, "-v", action => :show_version);
julia> parse_args(["-v"], settings)
1.0
Expand Down

0 comments on commit 2681896

Please sign in to comment.