diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/C/parted.8 | 3 | ||||
-rw-r--r-- | doc/parted.texi | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/C/parted.8 b/doc/C/parted.8 index d8e556e..46b30ad 100644 --- a/doc/C/parted.8 +++ b/doc/C/parted.8 @@ -24,6 +24,9 @@ lists partition layout on all block devices .B -m, --machine displays machine parseable output .TP +.B -m, --json +displays JSON output +.TP .B -s, --script never prompts for user intervention .TP diff --git a/doc/parted.texi b/doc/parted.texi index 0da68e9..57ceb55 100644 --- a/doc/parted.texi +++ b/doc/parted.texi @@ -402,6 +402,14 @@ Options: @itemx --help display a help message +@item -m +@itemx --machine +display output in machine parseable format + +@item -j +@itemx --json +display output in JSON format + @item -s @itemx --script never prompt the user |