[Pkg-owncloud-commits] [python-owncloud] 58/96: Fixed some typos.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository python-owncloud.
commit 2c11e35abb8247c4481954d577b77e1b0e109418
Author: Diederik de Haas <github at cknow.org>
Date: Wed Mar 27 19:48:51 2013 +0100
Fixed some typos.
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 272c3a5..2f072b2 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ usage: just run csync -h, and it will give you help.
--dry-run Dry Run, do not actually execute command.
--debug Print a bunch of debug info.
-s [SRC], --src [SRC]
- Local Directory to sync with.
+ Local directory to sync with.
-d [DST], --dst [DST]
Folder on server.
--url [URL] URL to sync to.
@@ -62,7 +62,7 @@ usage: just run csync -h, and it will give you help.
user: The username on the ownCloud server
url: the url of the ownCloud Server
pass: the password on the ownCloud server
- sslFingerprint: a valid SSL fingerprint for the server.
+ sslfingerprint: a valid SSL fingerprint for the server.
src: local directory to sync against.
dst: folder on the server to sync against.
complete example:
@@ -76,7 +76,7 @@ usage: just run csync -h, and it will give you help.
Password options:
*) You can specify on the cmd line: -p (not very safe)
- *) In the envifonment variable: OCPASS
+ *) In the environment variable: OCPASS
*) In the owncloud.cfg file as pass = <password>
*) Do none of the above, and it will prompt you for the password.
The choice is yours, if you put it in the cfg file, be careful to
--
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