mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
add schema note to sfdisk
This commit is contained in:
@ -53,7 +53,7 @@ Schema:
|
|||||||
"boot": boolean,
|
"boot": boolean,
|
||||||
"start": integer,
|
"start": integer,
|
||||||
"end": integer,
|
"end": integer,
|
||||||
"size": integer,
|
"size": string, # Note: will be integer when using deprecated -d sfdisk option
|
||||||
"cyls": integer,
|
"cyls": integer,
|
||||||
"mib": integer,
|
"mib": integer,
|
||||||
"blocks": integer,
|
"blocks": integer,
|
||||||
|
BIN
jc/man/jc.1.gz
BIN
jc/man/jc.1.gz
Binary file not shown.
2
man/jc.1
2
man/jc.1
@ -1,4 +1,4 @@
|
|||||||
.TH jc 1 2021-08-30 1.16.2 "JSON CLI output utility"
|
.TH jc 1 2021-08-31 1.16.2 "JSON CLI output utility"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
jc \- JSONifies the output of many CLI tools and file-types
|
jc \- JSONifies the output of many CLI tools and file-types
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
BIN
man/jc.1.gz
BIN
man/jc.1.gz
Binary file not shown.
Reference in New Issue
Block a user