Mercurial > projects > pk-update-icon
annotate pk-update-icon.1 @ 31:f549b75c3c22
increase the default update interval and delay before checking for updates
increase the default update interval to 24 h in order to ease the load on the infrastructure
increase the default delay before checking for updates to 5 min as commit 777c0d750cdc0a1e31f98066fc248e04e2e84599 was incomplete (bnc#729230)
author | Guido Berhoerster <gber@opensuse.org> |
---|---|
date | Wed, 18 Jul 2012 11:52:48 +0200 |
parents | 7af115023d5a |
children |
rev | line source |
---|---|
10 | 1 .\" Copyright (C) 2011 Guido Berhoerster <gber@opensuse.org> |
2 .\" | |
3 .\" Licensed under the GNU General Public License Version 2 | |
4 .\" | |
5 .\" This program is free software; you can redistribute it and/or modify | |
6 .\" it under the terms of the GNU General Public License as published by | |
7 .\" the Free Software Foundation; either version 2 of the License, or | |
8 .\" (at your option) any later version. | |
9 .\" | |
10 .\" This program is distributed in the hope that it will be useful, | |
11 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 .\" GNU General Public License for more details. | |
14 .\" | |
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 | |
17 .\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |
18 .\" | |
16
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
19 .TH PK\-UPDATE\-ICON 1 "20 Oct 2011" |
10 | 20 .SH NAME |
16
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
21 pk\-update\-icon \- display notifications about software updates |
10 | 22 .SH SYNOPSIS |
16
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
23 \fBpk\-update\-icon\fR |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
24 [\fB\-hv?\fR] |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
25 [\fB\-d\fR \fIdelay\fR | \fB\-\-delay\fR=\fIdelay\fR] |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
26 [\fB\-i\fR \fIinterval\fR | \fB\-\-interval\fR=\fIinterval\fR] |
10 | 27 .SH DESCRIPTION |
28 \fBpk\-update\-icon\fR displays notifications and an icon in the tray area of | |
29 the panel when package updates are available. | |
16
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
30 .SH OPTIONS |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
31 The following options are supported: |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
32 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
33 .BR \-d ", " \-\-delay =\fIdelay\fR |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
34 Set the delay in seconds before the first check for updates. |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
35 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
36 .BR \-h ", " \-? ", " \-\-help |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
37 Print a summary of all command line options and exit. |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
38 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
39 .BR \-i ", " \-\-interval =\fIinterval\fR |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
40 Set the interval in seconds between checks for updates. |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
41 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
42 .BR \-v ", " \-\-version |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
43 Print the version number and exit. |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
44 .SH EXIT STATUS |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
45 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
46 .B 0 |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
47 The program has exited normally. |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
48 .TP |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
49 .B >0 |
7af115023d5a
add CLI, make delay and interval configurable
Guido Berhoerster <guido@berhoerster.name>
parents:
10
diff
changeset
|
50 An Error has occurred. |