mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-08 22:36:48 +02:00
fix typos
This commit is contained in:
@ -9,7 +9,7 @@ Works with or without the `-v` option.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
$ zpool status | jc --zpool_status
|
||||
$ zpool status | jc --zpool-status
|
||||
|
||||
or
|
||||
|
||||
@ -47,7 +47,7 @@ Schema:
|
||||
|
||||
Examples:
|
||||
|
||||
$ zpool status -v | jc --zpool status -p
|
||||
$ zpool status -v | jc --zpool-status -p
|
||||
[
|
||||
{
|
||||
"pool": "tank",
|
||||
@ -91,7 +91,7 @@ Examples:
|
||||
}
|
||||
]
|
||||
|
||||
$ zpool status -v | jc --zpool status -p -r
|
||||
$ zpool status -v | jc --zpool-status -p -r
|
||||
[
|
||||
{
|
||||
"pool": "tank",
|
||||
|
@ -4,7 +4,7 @@ Works with or without the `-v` option.
|
||||
|
||||
Usage (cli):
|
||||
|
||||
$ zpool status | jc --zpool_status
|
||||
$ zpool status | jc --zpool-status
|
||||
|
||||
or
|
||||
|
||||
@ -42,7 +42,7 @@ Schema:
|
||||
|
||||
Examples:
|
||||
|
||||
$ zpool status -v | jc --zpool status -p
|
||||
$ zpool status -v | jc --zpool-status -p
|
||||
[
|
||||
{
|
||||
"pool": "tank",
|
||||
@ -86,7 +86,7 @@ Examples:
|
||||
}
|
||||
]
|
||||
|
||||
$ zpool status -v | jc --zpool status -p -r
|
||||
$ zpool status -v | jc --zpool-status -p -r
|
||||
[
|
||||
{
|
||||
"pool": "tank",
|
||||
|
Reference in New Issue
Block a user