1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

add -l to sfdisk raw example

This commit is contained in:
Kelly Brazil
2021-08-30 21:56:36 -07:00
parent fb54899dcc
commit 89ca50c7fc
4 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ Examples:
} }
] ]
# sfdisk | jc --sfdisk -p -r # sfdisk -l | jc --sfdisk -p -r
[ [
{ {
"disk": "/dev/sda", "disk": "/dev/sda",

Binary file not shown.

View File

@ -130,7 +130,7 @@ Examples:
} }
] ]
# sfdisk | jc --sfdisk -p -r # sfdisk -l | jc --sfdisk -p -r
[ [
{ {
"disk": "/dev/sda", "disk": "/dev/sda",

Binary file not shown.