lib/sym/app/commands/show_examples.rb in sym-2.8.5 vs lib/sym/app/commands/show_examples.rb in sym-2.10.0

- old
+ new

@@ -54,10 +54,10 @@ '.white.dark + '# (c) 2015 Konstantin Gredeskoul. All rights reserved.'.red.bold + ' ---' + ' # (c) 2016 Konstantin Gredeskoul. All rights reserved.'.green.bold) - if Sym::App.is_osx? + if Sym::App.osx? output << example(comment: 'generate a new password-encrypted key, save it to your Keychain:', command: 'sym -gpcx staging.key') output << example(comment: 'use the new key to encrypt a file:', command: 'sym -e -c -k staging.key -n etc/passwords.enc')