1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00
Files
libsolv/doc/dumpsolv.txt
Michael Schroeder 4ab21aaf22 Add vim modelines to asciidoc files
Both to make syntax highlighting in vim work and to make github
recognize the files as asciidoc
2017-07-25 11:12:58 +02:00

31 lines
491 B
Plaintext

dumpsolv(1)
===========
:man manual: LIBSOLV
:man source: libsolv
Name
----
dumpsolv - print a solv file into a human readable format
Synopsis
--------
*dumpsolv* ['OPTIONS'] ['FILE.solv']
Description
-----------
The dumpsolv tool reads a solv files and writes its contents
to standard output. If no input file is given, it reads the
solv file from standard input.
*-j*::
Write the contents in JSON format.
Author
------
Michael Schroeder <mls@suse.de>
////
vim: syntax=asciidoc
////