mirror of https://github.com/SystemRage/py-kms.git
Heading changes
This commit is contained in:
parent
b1b5012b3b
commit
7bb65a5363
|
@ -1,7 +1,9 @@
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
## _pykms_Server.py Options_.
|
## Options
|
||||||
***
|
***
|
||||||
|
|
||||||
|
### pykms_Server.py
|
||||||
Follows a list of usable parameters:
|
Follows a list of usable parameters:
|
||||||
|
|
||||||
ip <IPADDRESS>
|
ip <IPADDRESS>
|
||||||
|
@ -94,8 +96,7 @@ creates _newlogfile.log_ with these initial messages:
|
||||||
-S or --logsize <MAXSIZE>
|
-S or --logsize <MAXSIZE>
|
||||||
> Use this flag to set a maximum size (in MB) to the output log file. Desactivated by default.
|
> Use this flag to set a maximum size (in MB) to the output log file. Desactivated by default.
|
||||||
|
|
||||||
## _pykms_Client.py Options_.
|
### pykms_Client.py
|
||||||
***
|
|
||||||
If _py-kms_ server doesn't works correctly, you can test it with the KMS client _pykms_Client.py_,
|
If _py-kms_ server doesn't works correctly, you can test it with the KMS client _pykms_Client.py_,
|
||||||
running on the same machine where you started _pykms_Server.py_.
|
running on the same machine where you started _pykms_Server.py_.
|
||||||
For example (in separated bash windows) run these commands:
|
For example (in separated bash windows) run these commands:
|
||||||
|
|
Loading…
Reference in New Issue