mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-30 17:31:43 +00:00
btrfs-progs: document json format str
The 'str' type was added in ecbb6a7fcd
("btrfs-progs: add json
formatter for escaped string") but not documented. It should be used
e.g. for paths or strings from unknown origin.
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
be5cb7dfe9
commit
155eb56417
@ -29,6 +29,8 @@ struct rowspec {
|
|||||||
* (values: va_args)
|
* (values: va_args)
|
||||||
* - bool: print boolean value true/false (unquoted, native type)
|
* - bool: print boolean value true/false (unquoted, native type)
|
||||||
* (values: bool or int)
|
* (values: bool or int)
|
||||||
|
* - str: string type with quoted special characters (use for unknown input source)
|
||||||
|
* (values: const char *)
|
||||||
* - uuid: format UUID as text
|
* - uuid: format UUID as text
|
||||||
* (value: u8 *uuid)
|
* (value: u8 *uuid)
|
||||||
* - time-long: pretty print timestamp, including timezone
|
* - time-long: pretty print timestamp, including timezone
|
||||||
|
Loading…
Reference in New Issue
Block a user