Skip to content

Commit

Permalink
add missing short option flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed May 17, 2017
1 parent b1e7d74 commit d376bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lolcommits/cli/commands/capture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Lolcommits
module CLI
class CaptureCommand < Command
# FIXME: make this option only show on supported platforms
option '--device', 'NAME', "Optional device name, see `lolcommits devices`\n",
option ['-d', '--device'], 'NAME', "Optional device name, see `lolcommits devices`\n",
environment_variable: 'LOLCOMMITS_DEVICE'

# TODO: add a better test that this option only shows on appropriate platforms
Expand Down

0 comments on commit d376bc1

Please sign in to comment.