Added a warning note for large depots.
This commit is contained in:
parent
fd419089be
commit
59e010d682
|
@ -241,7 +241,7 @@ def main( args ):
|
||||||
|
|
||||||
with Console( auto_flush_num=20, auto_flush_time=1000 ) as c:
|
with Console( auto_flush_num=20, auto_flush_time=1000 ) as c:
|
||||||
if not options.quiet:
|
if not options.quiet:
|
||||||
c.writeflush( "Caching files in depot..." )
|
c.writeflush( "Caching files in depot, this may take a little while..." )
|
||||||
files_in_depot = get_client_set( directory )
|
files_in_depot = get_client_set( directory )
|
||||||
|
|
||||||
if not options.quiet:
|
if not options.quiet:
|
||||||
|
|
Loading…
Reference in New Issue