Skip to content

Commit

Permalink
Support long version for foreground command
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Aug 21, 2013
1 parent 986a9ce commit 204de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ while getopts ":whvf-:" opt; do
wait)
WAIT=1
;;
help|version)
help|version|foreground)
EXPECT_OUTPUT=1
;;
esac
Expand Down

0 comments on commit 204de3a

Please sign in to comment.