blob: b09aa97621c2550c9d54b224389d9a02e39f31e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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
////
|