Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Mar 3, 2017
2 parents 77d8784 + be1e64a commit 6c98dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Paket/Commands.fs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with
member this.Usage =
match this with
| Nuget(_) -> "NuGet package id."
| Group(_) -> "Add the package to the given group. If omited the Main group is used."
| Group(_) -> "Add the package to the given group. If omitted the Main group is used."
| Version(_) -> "Allows to specify version of the package."
| Project(_) -> "Allows to add the package to a single project only."
| Force -> "Forces the download and reinstallation of all packages."
Expand Down Expand Up @@ -73,7 +73,7 @@ with
interface IArgParserTemplate with
member this.Usage =
match this with
| Group(_) -> "Allows to specify a group. If omited the Main group is used."
| Group(_) -> "Allows to specify a group. If omitted the Main group is used."
| Packages(_) -> "List of packages."

type InitArgs =
Expand Down Expand Up @@ -140,7 +140,7 @@ with
member this.Usage =
match this with
| Nuget(_) -> "NuGet package id."
| Group(_) -> "Removes the package from the given group. If omited the Main group is used."
| Group(_) -> "Removes the package from the given group. If omitted the Main group is used."
| Project(_) -> "Allows to remove the package from a single project only."
| Force -> "Forces the download and reinstallation of all packages."
| Interactive -> "Asks the user for every project if he or she wants to remove the package from the projects's paket.references file. By default every installation of the package is removed."
Expand Down

0 comments on commit 6c98dae

Please sign in to comment.