Skip to content

Commit

Permalink
Fixing endpoint option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Arbini committed Jul 14, 2011
1 parent 0314f3a commit 77643b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zencoder_fetcher
Expand Up @@ -22,7 +22,7 @@ EOS
opt :count, "Number of notifications to retrieve per page.", :short => 'c', :type => Integer, :default => 50
opt :page, "The page to load.", :short => 'p', :type => Integer, :default => 1
opt :since, "Load notifications starting since _n_ minutes ago.", :short => 'm', :type => Integer, :default => nil
opt :endpoint, "Zencoder endpoint to use. Defaults to https://app.zencoder.com/.", :short => 'e'
opt :endpoint, "Zencoder endpoint to use. Defaults to https://app.zencoder.com/.", :short => 'e', :type => String
end


Expand Down

0 comments on commit 77643b6

Please sign in to comment.