[Pkg-owncloud-commits] [python-owncloud] 01/07: Reversed order of last 2 password options.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Nov 23 01:36:46 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 35e9ab1d31c22c308cad204148d91214c238c80f
Author: Diederik de Haas <github at cknow.org>
Date:   Fri Nov 22 09:38:31 2013 +0100

    Reversed order of last 2 password options.
    
    It's rather strange to have an item coming after 'Do none of the above
    ...'.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e49d9ae..813d9c4 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ usage: just run oclient -h, and it will give you help.
      *) You can specify on the cmd line: -p (not very safe)
      *) 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.
      *) Use keyring to store passwords in a keyring. (needs Python Keyring Lib to be installed)
+     *) 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
      make sure nobody but you can read the file. (0400/0600 file perms).

-- 
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