Skip to content

Commit

Permalink
Issue scriptcs-contrib#39 - Tidy up help message
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbouwer committed Feb 21, 2015
1 parent dd4966b commit 20a604e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/bin/svm
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ _svm_help() {
echo " USAGE: svm <command> [options]"
echo ""
echo " svm install <version|latest>"
echo " Install scriptcs version indicated by <version>."
echo " If <latest> is provided, the latest version"
echo " Install scriptcs version indicated by <version>. If <latest> is provided, then the latest scriptcs version"
echo " available will be installed."
echo " examples:"
echo " > svm install 0.11.0"
Expand Down
7 changes: 3 additions & 4 deletions src/bin/svm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,11 @@ filter ConvertTo-InstalledVersion
function Svm-Help
{
$helpMessage = @"
USAGE: svm <command> [options]
USAGE: svm <command> [options]
svm install <version|latest>
Install scriptcs version indicated by <version>.
If <latest> is provided, the latest version
available will be installed
Install scriptcs version indicated by <version>. If <latest> is provided, then the latest scriptcs version
available will be installed.
examples:
> svm install 0.11.0
> svm install 0.10.2
Expand Down

0 comments on commit 20a604e

Please sign in to comment.