diff --git a/zanataclient/zanata.py b/zanataclient/zanata.py index 88c12f9..cf632b3 100644 --- a/zanataclient/zanata.py +++ b/zanataclient/zanata.py @@ -238,13 +238,6 @@ metavar='COMMENTCOLS', ), ], - 'mindocpercent': [ - dict( - type='command', - long=['--min-doc-percent'], - metavar='MINDOCPERCENT', - ), - ], 'sourcecomments': [ dict( type='command', @@ -263,6 +256,20 @@ long=['--push-trans-only'], ), ], + 'pushtype': [ + dict( + type='command', + long=['--push-type'], + metavar='PUSHTYPE', + ), + ], + 'mindocpercent': [ + dict( + type='command', + long=['--min-doc-percent'], + metavar='MINDOCPERCENT', + ), + ], 'disablesslcert': [ dict( type='command', diff --git a/zanataclient/zanatalib/statservice.py b/zanataclient/zanatalib/statservice.py index fda73b6..b0b8c14 100644 --- a/zanataclient/zanatalib/statservice.py +++ b/zanataclient/zanatalib/statservice.py @@ -2,8 +2,8 @@ # # Zanata Python Client # -# Copyright (c) 2011 Sundeep Anand -# Copyright (c) 2011 Red Hat, Inc. +# Copyright (c) 2015 Sundeep Anand +# Copyright (c) 2015 Red Hat, Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public