Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-up dotnet command docs #1705

Merged
merged 7 commits into from
Mar 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
React to feedback
  • Loading branch information
Luke Latham committed Mar 21, 2017
commit 89799e85c733001845c3472385bb3ff637a7d599
6 changes: 4 additions & 2 deletions docs/core/tools/dotnet-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ For dependencies, you specify where the restored packages are placed during the

For project-specific tooling, `dotnet restore` first restores the package in which the tool is packed, and then proceeds to restore the tool's dependencies as specified in its project file.

## Options
## Arguments

`ROOT`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we started separating arguments from options. this one is still combined.


Optional path to the project file to restore.
Optional path to the project file to restore.

## Options

`-h|--help`

Expand Down