Skip to content

Commit

Permalink
Fixed typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 25, 2017
1 parent c2f1b5f commit df9bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Executable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do {
"search: Search avalible packages.",
"install: Install a package to the current project",
"update: Update a projects packages",
"remove: Remove a package froma project"
"remove: Remove a package from a project"
])
} catch ConsoleError.insufficientArguments {
terminal.error("Error: ", newLine: false)
Expand Down

0 comments on commit df9bef7

Please sign in to comment.