[Pkg-owncloud-commits] [python-owncloud] 27/33: Update README and manpage
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 981b2a682feb949f2ef2891a8a729477a75d8cc4
Author: hefee <hefee at netzguerilla.net>
Date: Mon Nov 18 00:57:34 2013 +0100
Update README and manpage
---
README.md | 6 ++----
doc/oclient.1 | 20 +++++---------------
doc/oclient.1.txt | 8 ++------
3 files changed, 9 insertions(+), 25 deletions(-)
diff --git a/README.md b/README.md
index d6c4ab4..e49d9ae 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,8 @@ usage: just run oclient -h, and it will give you help.
usage: 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]]
+ [--downloadlimit [DOWNLOADLIMIT]]
+ [--uploadlimit [UPLOADLIMIT]]
Synchronize files across machines using ownCloud DAV server.
@@ -62,10 +62,8 @@ usage: just run oclient -h, and it will give you help.
Folder on server.
--url [URL] URL to sync to.
--use-keyring use keyring if available to store password safely.
- --usedownloadlimit Use download limit.
--downloadlimit [DOWNLOADLIMIT]
Download limit in KB/s.
- --useuploadlimit Use upload limit.
--uploadlimit [UPLOADLIMIT]
Upload limit in KB/s.
diff --git a/doc/oclient.1 b/doc/oclient.1
index 5718612..92c3f01 100644
--- a/doc/oclient.1
+++ b/doc/oclient.1
@@ -2,12 +2,12 @@
.\" Title: oclient
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 11/16/2013
+.\" Date: 11/18/2013
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "OCLIENT" "1" "11/16/2013" "\ \&" "\ \&"
+.TH "OCLIENT" "1" "11/18/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] [\-\-usedownloadlimit] [\-\-downloadlimit [DOWNLOADLIMIT]] [\-\-useuploadlimit] [\-\-uploadlimit [UPLOADLIMIT]]
+\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] [\-\-downloadlimit \fIDOWNLOADLIMIT\fR] [\-\-uploadlimit \fIUPLOADLIMIT\fR]
.SH "DESCRIPTION"
.sp
Syncing files across machines using ownCloud DAV server\&.
@@ -142,22 +142,12 @@ Valid SSL fingerprint for the ownCloud server
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
+\fB\-\-downloadlimit \fR\fB\fIDOWNLOADLIMIT\fR\fR
.RS 4
Download limit in KB/s\&.
.RE
.PP
-\fB\-\-useuploadlimit\fR
-.RS 4
-Use upload limit\&.
-.RE
-.PP
-\fB\-\-uploadlimit [UPLOADLIMIT]\fR
+\fB\-\-uploadlimit \fR\fB\fIUPLOADLIMIT\fR\fR
.RS 4
Upload limit in KB/s\&.
.RE
diff --git a/doc/oclient.1.txt b/doc/oclient.1.txt
index 2721953..2b8abf4 100644
--- a/doc/oclient.1.txt
+++ b/doc/oclient.1.txt
@@ -13,8 +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']
+ [--downloadlimit 'DOWNLOADLIMIT']
+ [--uploadlimit 'UPLOADLIMIT']
DESCRIPTION
-----------
@@ -55,12 +55,8 @@ OPTIONS
*--use-keyring*::
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.
--
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