Skip to content

Commit

Permalink
Remove the "$" prefix from the command docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 committed Jun 21, 2015
1 parent 9309eb1 commit 8d27a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Paket/Commands.fs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ with
| EndPoint(_) -> "Optionally specify a custom api endpoint to push to. Defaults to `/api/v2/package`."

let cmdLineSyntax (parser:UnionArgParser<_>) commandName =
"$ paket " + commandName + " " + parser.PrintCommandLineSyntax()
"paket " + commandName + " " + parser.PrintCommandLineSyntax()

let cmdLineUsageMessage (command : Command) parser =
System.Text.StringBuilder()
Expand Down

0 comments on commit 8d27a06

Please sign in to comment.