We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361a3b5 commit 6f3b920Copy full SHA for 6f3b920
README.md
@@ -120,9 +120,10 @@ pyencrypt's loader will search for the license file in the following manner:
120
121
Options:
122
-h, --help Show this message and exit.
123
- -k, --key TEXT Your encryption key. [required]
124
- -m, --bind-mac TEXT Your mac address.
125
- -4, --bind-ipv4 TEXT Your ipv4 address.
+ -k, --key 🔑 Your encryption key. [required]
+ -m, --bind-mac 01:23:45:67:89:AB
+ Bind mac address to encrypted file
126
+ -4, --bind-ipv4 192.168.0.1 Bind ipv4 address to encrypted file
127
-b, --before [%Y-%m-%dT%H:%M:%S %z|%Y-%m-%d %H:%M:%S|%Y-%m-%d]
128
License is invalid before this date.
129
-a, --after [%Y-%m-%dT%H:%M:%S %z|%Y-%m-%d %H:%M:%S|%Y-%m-%d]
0 commit comments