Revision c054b3fd qemu-img.texi

b/qemu-img.texi
129 129
@var{backing_file} should have the same content as the input's base image,
130 130
however the path, image format, etc may differ.
131 131

  
132
@item info [-f @var{fmt}] @var{filename}
132
@item info [-f @var{fmt}] [--output=@var{ofmt}] @var{filename}
133 133

  
134 134
Give information about the disk image @var{filename}. Use it in
135 135
particular to know the size reserved on disk which can be different
136 136
from the displayed size. If VM snapshots are stored in the disk image,
137
they are displayed too.
137
they are displayed too. The command can output in the format @var{ofmt}
138
which is either @code{human} or @code{json}.
138 139

  
139 140
@item snapshot [-l | -a @var{snapshot} | -c @var{snapshot} | -d @var{snapshot} ] @var{filename}
140 141

  

Also available in: Unified diff