Skip to content

Commit

Permalink
Update the usage info to reflect changes in fa1ac55
Browse files Browse the repository at this point in the history
  • Loading branch information
sihil committed Jul 22, 2013
1 parent 9014bf5 commit c738f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/eyaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ options = Trollop::options do
Hiera-eyaml is a backend for Hiera which provides OpenSSL encryption/decryption for Hiera properties
Usage:
eyaml [options] [string-to-encrypt]
eyaml [options] [file-to-encrypt]
EOS

opt :createkeys, "Create public and private keys for use encrypting properties", :short => 'c'
opt :encrypt, "Encrypt something"
opt :decrypt, "Decrypt something"
opt :encrypt, "Encrypt a string, password, file or stdin"
opt :decrypt, "Decrypt a string, file or stdin"
opt :eyaml, "Assume input is eyaml format"
opt :password, "Encrypt a password entered on the terminal", :short => 'p'
opt :string, "Encrypt a string provided on the command line", :short => 's', :type => :string
Expand Down

0 comments on commit c738f31

Please sign in to comment.