mirror of
https://github.com/fraoustin/piwigotools.git
synced 2025-06-07 07:56:31 +00:00
Merge branch 'develop'
This commit is contained in:
commit
2c445fbec0
@ -1,3 +1,8 @@
|
||||
0.1.1
|
||||
=====
|
||||
|
||||
- correction of help for piwigotools.main
|
||||
|
||||
0.1.0
|
||||
=====
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
Module piwigotools
|
||||
"""
|
||||
|
||||
__version_info__ = (0, 1, 0)
|
||||
__version_info__ = (0, 1, 1)
|
||||
__version__ = '.'.join([str(val) for val in __version_info__])
|
||||
|
||||
import inspect
|
||||
|
@ -20,7 +20,8 @@ USAGE = """piwigo verb --param1=value1 --param2=value2
|
||||
verb list
|
||||
- upload
|
||||
- download
|
||||
- sync
|
||||
- sync-up
|
||||
- sync-down
|
||||
- ws
|
||||
|
||||
to get help: piwigo verb --help
|
||||
|
Loading…
x
Reference in New Issue
Block a user