@@ -50,12 +50,13 @@ Usage: pyencrypt encrypt [OPTIONS] PATHNAME
5050
5151Options:
5252 -i, --in-place make changes to files in place
53- -k, --key TEXT Your encryption key.If you don‘t specify
53+ -k, --key 🔑 Your encryption key.If you don‘t specify
5454 key, pyencrypt will generate encryption key
5555 randomly.
5656 --with-license Add license to encrypted file
57- -m, --bind-mac TEXT Bind mac address to encrypted file
58- -4, --bind-ipv4 TEXT Bind ipv4 address to encrypted file
57+ -m, --bind-mac 01:23:45:67:89:AB
58+ Bind mac address to encrypted file
59+ -4, --bind-ipv4 192.168.0.1 Bind ipv4 address to encrypted file
5960 -b, --before [%Y-%m-%dT%H:%M:%S %z| %Y-%m-%d %H:%M:%S| %Y-%m-%d]
6061 License is invalid before this date.
6162 -a, --after [%Y-%m-%dT%H:%M:%S %z| %Y-%m-%d %H:%M:%S| %Y-%m-%d]
@@ -84,7 +85,7 @@ Usage: pyencrypt decrypt [OPTIONS] PATHNAME
8485
8586Options:
8687 -i, --in-place make changes to files in place
87- -k, --key TEXT Your encryption key. [required]
88+ -k, --key 🔑 Your encryption key. [required]
8889 -h, --help Show this message and exit.
8990```
9091
@@ -97,8 +98,8 @@ Usage: pyencrypt generate [OPTIONS]
9798 Generate loader file using specified key
9899
99100Options:
100- -k, --key TEXT Your encryption key. [required]
101- -h, --help Show this message and exit.
101+ -k, --key 🔑 Your encryption key. [required]
102+ -h, --help Show this message and exit.
102103```
103104
104105### License
@@ -112,7 +113,7 @@ pyencrypt's loader will search for the license file in the following manner:
1121133 . ` licenses/license.lic ` file in the current working directory.
113114
114115``` shell
115- ~ $ pyencrypt license -h
116+ ~ $ pyencrypt license -h
116117 Usage: pyencrypt license [OPTIONS]
117118
118119 Generate license file using specified key
0 commit comments