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

Commit

Permalink
Removing documentation for unimplemented [output] arg in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed May 30, 2013
1 parent 6d2cf01 commit 4cb4c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shenzhen/commands/build.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
command :build do |c|
c.syntax = 'ipa build [options] [output]'
c.syntax = 'ipa build [options]'
c.summary = 'Create a new .ipa file for your app'
c.description = ''

Expand Down

0 comments on commit 4cb4c04

Please sign in to comment.