Imported Upstream version 0.6.32
[platform/upstream/libsolv.git] / doc / mergesolv.txt
1 mergesolv(1)
2 ============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 mergesolv - merge multiple files in solv format into a single one
10
11 Synopsis
12 --------
13 *mergesolv* ['OPTIONS'] 'FILE1.solv' 'FILE2.solv' ...
14
15 Description
16 -----------
17 The mergesolv tool reads all solv files specified on the command line,
18 and writes a merged version to standard output.
19
20 *-X*::
21 Autoexpand SUSE pattern and product provides into packages.
22
23 Author
24 ------
25 Michael Schroeder <mls@suse.de>
26
27 ////
28 vim: syntax=asciidoc
29 ////