mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
update examples
This commit is contained in:
@ -66,8 +66,8 @@ Examples:
|
|||||||
"device": "/dev/sda1",
|
"device": "/dev/sda1",
|
||||||
"boot": true,
|
"boot": true,
|
||||||
"start": 0,
|
"start": 0,
|
||||||
"end": null,
|
"end": 130,
|
||||||
"cyls": null,
|
"cyls": 131,
|
||||||
"blocks": 1048576,
|
"blocks": 1048576,
|
||||||
"id": "83",
|
"id": "83",
|
||||||
"system": "Linux"
|
"system": "Linux"
|
||||||
@ -76,8 +76,8 @@ Examples:
|
|||||||
"device": "/dev/sda2",
|
"device": "/dev/sda2",
|
||||||
"boot": false,
|
"boot": false,
|
||||||
"start": 130,
|
"start": 130,
|
||||||
"end": null,
|
"end": 2610,
|
||||||
"cyls": null,
|
"cyls": 2481,
|
||||||
"blocks": 19921920,
|
"blocks": 19921920,
|
||||||
"id": "8e",
|
"id": "8e",
|
||||||
"system": "Linux LVM"
|
"system": "Linux LVM"
|
||||||
|
BIN
jc/man/jc.1.gz
BIN
jc/man/jc.1.gz
Binary file not shown.
@ -63,8 +63,8 @@ Examples:
|
|||||||
"device": "/dev/sda1",
|
"device": "/dev/sda1",
|
||||||
"boot": true,
|
"boot": true,
|
||||||
"start": 0,
|
"start": 0,
|
||||||
"end": null,
|
"end": 130,
|
||||||
"cyls": null,
|
"cyls": 131,
|
||||||
"blocks": 1048576,
|
"blocks": 1048576,
|
||||||
"id": "83",
|
"id": "83",
|
||||||
"system": "Linux"
|
"system": "Linux"
|
||||||
@ -73,8 +73,8 @@ Examples:
|
|||||||
"device": "/dev/sda2",
|
"device": "/dev/sda2",
|
||||||
"boot": false,
|
"boot": false,
|
||||||
"start": 130,
|
"start": 130,
|
||||||
"end": null,
|
"end": 2610,
|
||||||
"cyls": null,
|
"cyls": 2481,
|
||||||
"blocks": 19921920,
|
"blocks": 19921920,
|
||||||
"id": "8e",
|
"id": "8e",
|
||||||
"system": "Linux LVM"
|
"system": "Linux LVM"
|
||||||
|
BIN
man/jc.1.gz
BIN
man/jc.1.gz
Binary file not shown.
Reference in New Issue
Block a user