[Pkg-owncloud-commits] [python-owncloud] 22/33: Update manpage for 0.3.1
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit 8266c8f55e4ae6b6a9d8934aafed7f36b6fcebaa
Author: hefee <hefee at netzguerilla.net>
Date: Sat Nov 16 01:44:54 2013 +0100
Update manpage for 0.3.1
---
doc/oclient.1 | 34 +++++++++++++++++++++++++++-------
doc/oclient.1.txt | 18 ++++++++++++++----
2 files changed, 41 insertions(+), 11 deletions(-)
diff --git a/doc/oclient.1 b/doc/oclient.1
index 465af35..5718612 100644
--- a/doc/oclient.1
+++ b/doc/oclient.1
@@ -1,13 +1,13 @@
'\" t
.\" Title: oclient
.\" Author: [see the "AUTHORS" section]
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 04/03/2013
+.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\" Date: 11/16/2013
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "OCLIENT" "1" "04/03/2013" "\ \&" "\ \&"
+.TH "OCLIENT" "1" "11/16/2013" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -31,7 +31,7 @@
oclient \- ownCloud CLI client written in python
.SH "SYNOPSIS"
.sp
-\fBoclient\fR [\-h] [\-v] [\-c \fICONFIG\fR] [\-u \fIUSER\fR] [\-\-ssl \fISSLFINGERPRINT\fR] [\-p \fIPASS\fR] [\-\-dry\-run] [\-\-debug] [\-s \fISRC\fR] [\-d \fIDST\fR] [\-\-url \fIURL\fR] [\-\-use\-keyring]
+\fBoclient\fR [\-h] [\-v] [\-c \fICONFIG\fR] [\-u \fIUSER\fR] [\-\-ssl \fISSLFINGERPRINT\fR] [\-p \fIPASS\fR] [\-\-dry\-run] [\-\-debug] [\-s \fISRC\fR] [\-d \fIDST\fR] [\-\-url \fIURL\fR] [\-\-use\-keyring] [\-\-usedownloadlimit] [\-\-downloadlimit [DOWNLOADLIMIT]] [\-\-useuploadlimit] [\-\-uploadlimit [UPLOADLIMIT]]
.SH "DESCRIPTION"
.sp
Syncing files across machines using ownCloud DAV server\&.
@@ -134,12 +134,32 @@ URL of the ownCloud server
.PP
\fB\-\-ssl \fR\fB\fISSLFINGERPRINT\fR\fR
.RS 4
-valid SSL fingerprint for the ownCloud server
+Valid SSL fingerprint for the ownCloud server
.RE
.PP
\fB\-\-use\-keyring\fR
.RS 4
-use keyring if available to store password safely (Needs Python Keyring Lib to be installed)
+Use keyring if available to store password safely (Needs Python Keyring Lib to be installed)
+.RE
+.PP
+\fB\-\-usedownloadlimit\fR
+.RS 4
+Use download limit\&.
+.RE
+.PP
+\fB\-\-downloadlimit [DOWNLOADLIMIT]\fR
+.RS 4
+Download limit in KB/s\&.
+.RE
+.PP
+\fB\-\-useuploadlimit\fR
+.RS 4
+Use upload limit\&.
+.RE
+.PP
+\fB\-\-uploadlimit [UPLOADLIMIT]\fR
+.RS 4
+Upload limit in KB/s\&.
.RE
.PP
\fB\-\-dry\-run\fR
@@ -154,7 +174,7 @@ Print a bunch of debug info
.PP
\fB\-h, \-\-help\fR
.RS 4
-show help message and exit
+Show help message and exit
.RE
.PP
\fB\-v, \-\-version\fR
diff --git a/doc/oclient.1.txt b/doc/oclient.1.txt
index e4d8562..2721953 100644
--- a/doc/oclient.1.txt
+++ b/doc/oclient.1.txt
@@ -13,7 +13,8 @@ SYNOPSIS
*oclient* [-h] [-v] [-c 'CONFIG'] [-u 'USER'] [--ssl 'SSLFINGERPRINT']
[-p 'PASS'] [--dry-run] [--debug] [-s 'SRC'] [-d 'DST']
[--url 'URL'] [--use-keyring]
-
+ [--usedownloadlimit] [--downloadlimit 'DOWNLOADLIMIT']
+ [--useuploadlimit] [--uploadlimit 'UPLOADLIMIT']
DESCRIPTION
-----------
@@ -50,16 +51,25 @@ OPTIONS
*--url 'URL'*::
URL of the ownCloud server
*--ssl 'SSLFINGERPRINT'*::
- valid SSL fingerprint for the ownCloud server
+ Valid SSL fingerprint for the ownCloud server
*--use-keyring*::
- use keyring if available to store password safely (Needs Python Keyring Lib to be installed)
+ Use keyring if available to store password safely (Needs Python Keyring Lib to be installed)
+*--usedownloadlimit*::
+ Use download limit.
+*--downloadlimit 'DOWNLOADLIMIT'*::
+ Download limit in KB/s.
+*--useuploadlimit*::
+ Use upload limit.
+*--uploadlimit 'UPLOADLIMIT'*::
+ Upload limit in KB/s.
+
*--dry-run*::
Dry Run, do not actually execute command
*--debug*::
Print a bunch of debug info
*-h, --help*::
- show help message and exit
+ Show help message and exit
*-v, --version*::
show program's version number and exit
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list