]> pd.if.org Git - zpackage/blob - doc/zpm-addfile.8
remove stray debug fprintf
[zpackage] / doc / zpm-addfile.8
1 .TH zpm-addfile 8 2019-02-15 "ZPM 0.3"
2 .SH NAME
3 zpm-addfile \- add file contents to a zpm database
4 .SH SYNOPSIS
5 .B zpm addfile
6 .I pkgfile path ...
7 .SH DESCRIPTION
8 \fBzpm-addfile\fR
9 adds file contents to a zpm database.  After successfully adding
10 file content, the hash of the content is printed to stdout, followed
11 by a newline.
12 .SH OPTIONS
13 None.
14 .SH EXAMPLES
15 .TP
16 .B zpm addfile $ZPMDB /etc/passwd
17 Add the /etc/passwd content to the local database.
18 .SH EXIT STATUS
19 0 on success non zero on failure
20 .SH FILES
21 /var/lib/zpm/local.db
22 .SH ENVIRONMENT
23 ZPMDB
24 .SH AUTHOR
25 Nathan Wagner
26 .SH SEE ALSO
27 .BR zpm (8)