Message ID | 20230813094555.106052-2-christoph@c8h4.io (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: implement json output for subvolume subcommands | expand |
diff --git a/common/format-output.h b/common/format-output.h index 95e2a117..ab12a7f1 100644 --- a/common/format-output.h +++ b/common/format-output.h @@ -28,6 +28,8 @@ struct rowspec { * (values: va_args) * - uuid: format UUID as text * (value: u8 *uuid) + * - time-long: pretty print timestamp, including timezone + * (values: time_t) * - list: print list opening bracket [ * (values printed separately) * - map: start a new group, opens {
Seems this was forgotten; rectify that. Signed-off-by: Christoph Heiss <christoph@c8h4.io> --- common/format-output.h | 2 ++ 1 file changed, 2 insertions(+)