Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Consistent usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Sep 20, 2014
1 parent 0425211 commit bfe1742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Usage: chef-runner [options] [--] [<recipe>...]
-H, --host <name> Name of host reachable over SSH
-M, --machine <name> Name or UUID of Vagrant virtual machine
-K, --kitchen <name> Set name of Test Kitchen instance
-K, --kitchen <name> Name of Test Kitchen instance
-i, --install-chef <version> Install Chef (x.y.z, latest, true, false)
default: false
Expand Down
2 changes: 1 addition & 1 deletion usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var usage = `Usage: chef-runner [options] [--] [<recipe>...]
-H, --host <name> Name of host reachable over SSH
-M, --machine <name> Name or UUID of Vagrant virtual machine
-K, --kitchen <name> Set name of Test Kitchen instance
-K, --kitchen <name> Name of Test Kitchen instance
-i, --install-chef <version> Install Chef (x.y.z, latest, true, false)
default: false
Expand Down

0 comments on commit bfe1742

Please sign in to comment.