changeset 4256:b5b3f7fcac8f

* installer-files/fc_update.bat: fix typo
author John D
date Thu, 01 Dec 2016 14:26:53 -0500
parents ee1ae5d1fd88
children 8f71549f53b9
files installer-files/fc_update.bat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/installer-files/fc_update.bat	Thu Dec 01 13:44:09 2016 -0500
+++ b/installer-files/fc_update.bat	Thu Dec 01 14:26:53 2016 -0500
@@ -1,7 +1,7 @@
 @echo off
 
 set ROOT_DIR=%~dp0
-echo "Updating fc-cache (may take a file) ..."
+echo "Updating fc-cache (may take a while) ..."
 %ROOT_DIR%\bin\fc-cache.exe -v
 echo "Done."