Skip to content

Commit

Permalink
Update copypasta line (#529) (#530)
Browse files Browse the repository at this point in the history
* Update copypasta line

I'm note sure what goes in `???` but just to get the PR rolling.

* Fill in the text for manifest mode

Based on what I see at https://docs.julialang.org/en/latest/stdlib/Pkg/#Adding-registered-packages-1 this text seems correct.

* Editorial fix
  • Loading branch information
pbouffard authored and KristofferC committed Jul 27, 2018
1 parent 260e6d1 commit d8ec691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Pkg/src/REPLMode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ const helps = Dict(
the project file is summarized, showing what version each package is on and
how it has changed since the last git commit (if in a git repo), as well as
any changes to manifest packages not already listed. In `--project` mode, the
status of the project file is summarized. In `--project` mode, the status of
the project file is summarized.
status of the project file is summarized. In `--manifest` mode the output also
includes the dependencies of explicitly added packages.
""", CMD_GENERATE => md"""
generate pkgname
Expand Down

0 comments on commit d8ec691

Please sign in to comment.