comparison pk-update-icon.1 @ 16:7af115023d5a

add CLI, make delay and interval configurable
author Guido Berhoerster <guido@berhoerster.name>
date Thu, 20 Oct 2011 12:06:42 +0200
parents fe1a21ab4f69
children
comparison
equal deleted inserted replaced
15:c7eac2574c76 16:7af115023d5a
14 .\" 14 .\"
15 .\" You should have received a copy of the GNU General Public License 15 .\" You should have received a copy of the GNU General Public License
16 .\" along with this program; if not, write to the Free Software 16 .\" along with this program; if not, write to the Free Software
17 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 .\" 18 .\"
19 .TH PK\-UPDATE\-ICON 1 "9 Oct 2011" 19 .TH PK\-UPDATE\-ICON 1 "20 Oct 2011"
20 .SH NAME 20 .SH NAME
21 pk\-update\-icon \- display notifications about package updates 21 pk\-update\-icon \- display notifications about software updates
22 .SH SYNOPSIS 22 .SH SYNOPSIS
23 .B pk\-update\-icon 23 \fBpk\-update\-icon\fR
24 [\fB\-hv?\fR]
25 [\fB\-d\fR \fIdelay\fR | \fB\-\-delay\fR=\fIdelay\fR]
26 [\fB\-i\fR \fIinterval\fR | \fB\-\-interval\fR=\fIinterval\fR]
24 .SH DESCRIPTION 27 .SH DESCRIPTION
25 \fBpk\-update\-icon\fR displays notifications and an icon in the tray area of 28 \fBpk\-update\-icon\fR displays notifications and an icon in the tray area of
26 the panel when package updates are available. 29 the panel when package updates are available.
30 .SH OPTIONS
31 The following options are supported:
32 .TP
33 .BR \-d ", " \-\-delay =\fIdelay\fR
34 Set the delay in seconds before the first check for updates.
35 .TP
36 .BR \-h ", " \-? ", " \-\-help
37 Print a summary of all command line options and exit.
38 .TP
39 .BR \-i ", " \-\-interval =\fIinterval\fR
40 Set the interval in seconds between checks for updates.
41 .TP
42 .BR \-v ", " \-\-version
43 Print the version number and exit.
44 .SH EXIT STATUS
45 .TP
46 .B 0
47 The program has exited normally.
48 .TP
49 .B >0
50 An Error has occurred.