Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Changed -n to -o
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 21, 2015
1 parent 9e2c606 commit e8b6830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Set a password for your `p12` file:

You can specify a name for the output file:

pem -n my.pem
pem -o my.pem

To get a list of available options run:

Expand Down
2 changes: 1 addition & 1 deletion lib/pem/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def self.available_options
description: "The password that is used for your p12 file",
default_value: ""),
FastlaneCore::ConfigItem.new(key: :pem_name,
short_option: "-n",
short_option: "-o",
env_name: "PEM_FILE_NAME",
description: "The file name of the generated .pem file",
optional: true)
Expand Down

0 comments on commit e8b6830

Please sign in to comment.