Skip to content

Commit 1b55437

Browse files
Update README.md
text formatting
1 parent 646ee41 commit 1b55437

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

docs/README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ python secure_python_code_manager.py --license-info -l 1234567890
161161

162162
```bash
163163

164-
python secure_python_code_manager.py --license-info -l
165-
1234567890,0987654321
164+
python secure_python_code_manager.py --license-info -l 1234567890,0987654321
166165
```
167166
**Example 3:** Retrieve information for all licenses.
168167

@@ -187,7 +186,7 @@ python secure_python_code_manager.py --license-info -l 1234567890 --set_hwids 5
187186
The script will display detailed information about the specified
188187
licenses:
189188

190-
javascript
189+
```javascript
191190

192191
License Information for License Key: 1234567890
193192

@@ -259,6 +258,8 @@ Total hardware IDs: 1
259258

260259
License information has been saved to license_cloud_info.log.
261260

261+
```
262+
262263
If the \--extend or \--set_hwids options are used, the output will also
263264
reflect the changes made.
264265

@@ -335,7 +336,7 @@ python secure_python_code_manager.py --service-usage --code-removal 1122334455,5
335336

336337
The script will display your service usage information:
337338

338-
javascript
339+
```javascript
339340

340341
Service Usage Information:
341342

@@ -376,6 +377,7 @@ Associated License Keys:
376377
License #1: 0987654321
377378

378379
Service usage information has been saved to license_cloud_info.log.
380+
```
379381

380382
If removal options are used, the script will confirm the deletions.
381383

@@ -425,12 +427,13 @@ The script must be a valid .py file.
425427

426428
The script will confirm the successful upload:
427429

428-
javascript
430+
```javascript
429431

430432
Upload successful. License key: 1234567890
431433

432434
License script saved as:
433435
my_script_ExpDate2024-01-01_00-00-00_PSN1234567890.py
436+
```
434437

435438
The uploaded script, now containing licensing code, will be saved with a
436439
new filename including the expiration date and product serial number.
@@ -483,10 +486,10 @@ python secure_python_code_manager.py --update -f my_script.py -l 1234567890
483486

484487
The script will confirm the successful update:
485488

486-
javascript
489+
```javascript
487490

488491
Update successful.
489-
492+
```
490493
**Possible Errors and Their Solutions**
491494

492495
- **Error:** *You must specify both a file with -f or \--file and a
@@ -621,7 +624,7 @@ Each entry starts with a timestamp and includes the operation
621624
performed.\
622625
**Example Entry for License Information Retrieval:**
623626

624-
javascript
627+
```javascript
625628

626629
2023-12-01 12:00:00.
627630

@@ -637,9 +640,11 @@ Is active: Yes
637640

638641
\...
639642

643+
```
644+
640645
**Example Entry for Service Usage Information:**
641646

642-
javascript
647+
```javascript
643648

644649
2023-12-01 12:05:00.
645650

@@ -651,9 +656,11 @@ Max Total Uploads (Licenses): 5
651656

652657
\...
653658

659+
```
660+
654661
**Example Entry for Upload Confirmation:**
655662

656-
javascript
663+
```javascript
657664

658665
2023-12-01 12:10:00.
659666

@@ -669,6 +676,8 @@ Product Serial Number (PSN): 1234567890
669676
!!! Do not share this license key with anyone because it allows you to
670677
update the uploaded code.
671678

679+
```
680+
672681
**Notes:**
673682

674683
- **Content Hash**: A unique identifier for your code.

0 commit comments

Comments
 (0)