Skip to content

Commit

Permalink
Change target_directory option to -d/--directory as -t was already ta…
Browse files Browse the repository at this point in the history
…ken by --trace
  • Loading branch information
niezbop committed Dec 5, 2018
1 parent e5a1e3e commit da171f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/u3d/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run
command :shortcuts do |c|
c.syntax = 'u3d shortcuts [-u | --unity_version <version>] [-t | --target <folder>]'
c.option '-u', '--unity_version STRING', String, 'Creates a shortcut for this version of Unity only.'
c.option '-t', '--target_directory STRING', String, 'Specifies which directory to create the shortcuts in'
c.option '-d', '--directory STRING', String, 'Specifies which directory to create the shortcuts in'
c.example 'Create a shortcut for all installed versions on the Desktop', 'u3d shortcuts -t ~/Desktop'
c.example 'Create a shortcut for Unity 5.6.0f3', 'u3d shortcuts -u 5.6.0f3'
c.summary = 'Create shortcuts for installed versions of Unity'
Expand Down

0 comments on commit da171f8

Please sign in to comment.