Skip to content

Commit

Permalink
Clarify docs for --update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed May 10, 2019
1 parent 3f79fc5 commit 0957b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPTIONS
Equivalent to Julia's `--project` switch.
--update
Update package registries.
Allow the subsequent commands to update package registries.
--version
Show jlpkg and julia version numbers.
Expand Down
2 changes: 1 addition & 1 deletion src/cli.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if isempty(ARGS) || "--help" in JLPKG_ARGS
Equivalent to Julia's `--project` switch.
--update
Update package registries.
Allow the subsequent commands to update package registries.
--version
Show jlpkg and julia version numbers.
Expand Down

0 comments on commit 0957b0c

Please sign in to comment.