[Pkg-owncloud-commits] [python-owncloud] 12/96: Fix wrong description for -c option.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:23 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 4eab8110e7990ea5cac36a45a8f26a75c012f88e
Author: Norman Rieß <norman at smash-net.org>
Date: Mon Mar 11 14:28:38 2013 +0100
Fix wrong description for -c option.
---
csync.py | 2 +-
version.dat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/csync.py b/csync.py
index ed90131..9d1cebc 100755
--- a/csync.py
+++ b/csync.py
@@ -268,7 +268,7 @@ Password options:
action='version',
version = '%(prog)s ' + v)
parser.add_argument('-c', '--config', nargs='?', default = None,
- help = "username on server.")
+ help = "configuration to use.")
parser.add_argument('-u', '--user', nargs='?', default = None,
help = "username on server.")
parser.add_argument('--ssl', nargs='?', default = None,
diff --git a/version.dat b/version.dat
index e46bdaf..e057839 100644
--- a/version.dat
+++ b/version.dat
@@ -1 +1 @@
-{"head": "165cedd12dd332131178d2df6a0c04543bb878fc", "float": 0.1, "string": "0.1"}
\ No newline at end of file
+{"head": "b32712be8c2621211228acedef4476f025278184", "float": 0.1, "string": "0.1"}
\ No newline at end of file
--
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