Added a warning note for large depots.

This commit is contained in:
Brian 2014-05-13 20:33:11 -06:00
parent fd419089be
commit 59e010d682
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ def main( args ):
with Console( auto_flush_num=20, auto_flush_time=1000 ) as c:
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 )
if not options.quiet: