Imported Upstream version 0.7.21
[platform/upstream/libsolv.git] / doc / dumpsolv.txt
1 dumpsolv(1)
2 ===========
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 dumpsolv - print a solv file into a human readable format
10
11 Synopsis
12 --------
13 *dumpsolv* ['OPTIONS'] ['FILE.solv']
14
15 Description
16 -----------
17 The dumpsolv tool reads a solv files and writes its contents
18 to standard output. If no input file is given, it reads the
19 solv file from standard input.
20
21 *-j*::
22 Write the contents in JSON format.
23
24 Author
25 ------
26 Michael Schroeder <mls@suse.de>
27
28 ////
29 vim: syntax=asciidoc
30 ////