node-cipher
Advanced tools
Comparing version 2.4.9 to 2.4.10
@@ -17,3 +17,3 @@ #!/usr/bin/env node | ||
}) | ||
.usage('Usage: $0 <command>') | ||
.usage('Usage: $0 [--version] [--help] [--list] <command> [<args>]') | ||
.command('encrypt', 'Encrypt a given file', xcrypt) | ||
@@ -20,0 +20,0 @@ .command('decrypt', 'Decrypt a given file', xcrypt) |
@@ -14,3 +14,3 @@ #!/usr/bin/env node | ||
var argv = yargs | ||
.usage('Usage: $0 ' + process.argv[2] + ' -i string -o string[ -p string][ -a string]') | ||
.usage('Usage: $0 ' + process.argv[2] + ' -i input -o output [-p password] [-a algorithm] [--help]') | ||
.demand(['i','o']) | ||
@@ -17,0 +17,0 @@ .options({ |
{ | ||
"name": "node-cipher", | ||
"version": "2.4.9", | ||
"version": "2.4.10", | ||
"description": "Encrypt or decrypt sensitive files to allow use in public source control.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,3 +87,3 @@ # node-cipher | ||
Usage: nodecipher [encrypt|decrypt] -i string -o string[ -p string][ -a string] | ||
Usage: nodecipher <encrypt|decrypt> -i string -o string[ -p string][ -a string] | ||
@@ -90,0 +90,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15639