mirror of
https://git.codelinaro.org/clo/tools/repo.git
synced 2025-06-27 23:12:36 +08:00
Fix to display the usage message of the command download when the user
don't provide any arguments to 'repo download'. Signed-off-by: Thiago Farina <thiago.farina@gmail.com>
This commit is contained in:
@ -36,6 +36,9 @@ makes it available in your project's local working directory.
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def _ParseChangeIds(self, args):
|
def _ParseChangeIds(self, args):
|
||||||
|
if not args:
|
||||||
|
self.Usage()
|
||||||
|
|
||||||
to_get = []
|
to_get = []
|
||||||
project = None
|
project = None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user