Skip to content

Commit

Permalink
Fix indentation and grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
quickliketurtle committed Jul 11, 2017
1 parent 7741389 commit cd48f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lambo
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ showhelp()
echo "${green} make-config${reset} Generate config file"
echo "${green} edit-config${reset} Edit config file"
echo " "
echo "${green} make-after${reset} Generate after file"
echo "${green} edit-after${reset} Edit after file"
echo "${green} make-after${reset} Generate after file"
echo "${green} edit-after${reset} Edit after file"
echo " "
echo "${orange}Options (lambo myApplication OPTIONS):"
echo "${green} -h, --help${reset} Show brief help"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ There are also a few optional behaviors based on the parameters you pass (or def
lambo edit-config
```

- `make-after` creates a after file so you can run additional commands after Lambo finishes
- `make-after` creates an "after" file so you can run additional commands after Lambo finishes

```bash
lambo make-after
Expand Down

0 comments on commit cd48f66

Please sign in to comment.