Skip to content

Commit

Permalink
Update usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vbjay authored Sep 3, 2016
1 parent d638013 commit dd5879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Import-Module '.\TFS Release Notes.dll'
$tfs=Get-Tfs <URI to TFS project collection>
$wi=$tfs.WIT.GetWorkItem(<work item id>)
Get-WorkItemFiles <URI to TFS project collection> <work item id>
Get-WorkItemFiles <URI to TFS project collection> <work item id1,work item id2...>
Get-WorkItemFiles $tfs <work item id1,work item id2...>
```

0 comments on commit dd5879e

Please sign in to comment.