root / pykota / trunk / man / tr / pykosd.1 @ 3259

Revision 3259, 2.2 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[2808]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
[3259]2.TH PYKOSD "1" "novembre 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
[2086]3.SH NOM
[3259]4pykosd \- page de manuel de pykosd 1.27alpha2_broken_unofficial
[2086]5.SH DESCRIPTION
[3259]6pykosd v1.27alpha2_broken_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com
[2267]7.PP
[2344]8An OSD quota monitor for PyKota.
[2086]9.PP
[2344]10command line usage :
[2086]11.IP
[2344]12pykosd [options]
[2086]13.PP
[2344]14options :
[2086]15.TP
16\fB\-v\fR | \fB\-\-version\fR
[2344]17Prints pykosd's version number then exits.
[2086]18.TP
19\fB\-h\fR | \fB\-\-help\fR
[2344]20Prints this message then exits.
[2086]21.TP
[2344]22\fB\-c\fR | \fB\-\-color\fR #rrggbb Sets the color to use for display as an hexadecimal
23triplet, for example #FF0000 is 100% red.
24Defaults to 100% green (#00FF00).
[2086]25.TP
26\fB\-d\fR | \fB\-\-duration\fR d
[2344]27Sets the duration of the display in seconds.
28Defaults to 3 seconds.
[2086]29.TP
30\fB\-f\fR | \fB\-\-font\fR f
[2344]31Sets the font to use for display.
32Defaults to the Python OSD library's default.
[2086]33.TP
34\fB\-l\fR | \fB\-\-loop\fR n
[2344]35Sets the number of times the info will be displayed.
36Defaults to 0, which means loop forever.
[2086]37.TP
38\fB\-s\fR | \fB\-\-sleep\fR s
[2344]39Sets the sleeping duration between two displays
40in seconds. Defaults to 180 seconds (3 minutes).
[2086]41.PP
[2344]42examples :
[2086]43.IP
44\f(CW$ pykosd -s 60 --loop 5\fR
45.IP
[2344]46Will launch pykosd. Display will be refreshed every 60 seconds,
47and will last for 3 seconds (the default) each time. After five
48iterations, the program will exit.
[2086]49.PP
[3259]50(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
51This program is free software: you can redistribute it and/or modify
[2344]52it under the terms of the GNU General Public License as published by
[3259]53the Free Software Foundation, either version 3 of the License, or
[2344]54(at your option) any later version.
[2086]55.PP
[2344]56This program is distributed in the hope that it will be useful,
57but WITHOUT ANY WARRANTY; without even the implied warranty of
58MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59GNU General Public License for more details.
[2086]60.PP
[2344]61You should have received a copy of the GNU General Public License
[3259]62along with this program.  If not, see <http://www.gnu.org/licenses/>.
[2086]63.PP
[2344]64Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.