1
0
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:
Kelly Brazil
2021-08-31 08:54:23 -07:00
parent ce61bd1d2b
commit e08b61fa81
4 changed files with 2 additions and 2 deletions

View File

@ -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,

Binary file not shown.

View File

@ -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

Binary file not shown.