mirror of
https://github.com/frej/fast-export.git
synced 2025-11-11 21:35:38 +01:00
Another silent fix
This commit is contained in:
@@ -42,7 +42,8 @@ for o, a in opts:
|
|||||||
silent= True
|
silent= True
|
||||||
|
|
||||||
if len(args) == 0 and len(globalPrefix) != 0:
|
if len(args) == 0 and len(globalPrefix) != 0:
|
||||||
print "[using previously specified depot path %s]" % globalPrefix
|
if not silent:
|
||||||
|
print "[using previously specified depot path %s]" % globalPrefix
|
||||||
elif len(args) != 1:
|
elif len(args) != 1:
|
||||||
print "usage: %s //depot/path[@revRange]" % sys.argv[0]
|
print "usage: %s //depot/path[@revRange]" % sys.argv[0]
|
||||||
print "\n example:"
|
print "\n example:"
|
||||||
|
|||||||
Reference in New Issue
Block a user