From e8b683086c153ba998fd4f4b2aea838cd8e6a91a Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Thu, 21 May 2015 10:44:51 +0100 Subject: [PATCH] Changed -n to -o --- README.md | 2 +- lib/pem/options.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 277b8d4..3468f77 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/pem/options.rb b/lib/pem/options.rb index 7fb5202..5a22718 100644 --- a/lib/pem/options.rb +++ b/lib/pem/options.rb @@ -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)