[Pkg-owncloud-commits] [python-owncloud] 74/96: Per mailing list, change the binary name to be 'oclient'.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:29 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 20655515dedf8495f2701ec045b6b5c5e0dad25c
Author: Craig <csawyer at yumaed.org>
Date: Wed Apr 3 13:38:34 2013 -0700
Per mailing list, change the binary name to be 'oclient'.
---
README.md | 4 ++--
csync/version.dat | 2 +-
setup.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6ee45e5..14bc1b5 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ Installation:
python setup.py install
-usage: just run csync -h, and it will give you help.
+usage: just run oclient -h, and it will give you help.
- usage: csync.py [-h] [-v] [-c [CONFIG]] [-u [USER]] [--ssl [SSLFINGERPRINT]]
+ usage: oclient.py [-h] [-v] [-c [CONFIG]] [-u [USER]] [--ssl [SSLFINGERPRINT]]
[-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]]
[--url [URL]] [--use-keyring]
diff --git a/csync/version.dat b/csync/version.dat
index 081e629..2f4d849 100644
--- a/csync/version.dat
+++ b/csync/version.dat
@@ -1 +1 @@
-{"head": "b8582bce785693276a258ec115bd1aa75673af8c", "float": 0.2, "string": "0.2"}
\ No newline at end of file
+{"head": "8537d041c0ac10023dbbd48a1e0f6f3d49598029", "float": 0.2, "string": "0.2"}
\ No newline at end of file
diff --git a/setup.py b/setup.py
index e16f7da..658fb0a 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
},
entry_points = {
'console_scripts': [
- 'csync = csync.csync:main',
+ 'oclient = csync.csync:main',
],
},
extras_require = {
--
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