From 386b4e2253b6678e5312d239085bf146da375b6a Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sat, 10 Jan 2015 23:22:39 +0000 Subject: [PATCH] Updated doc --- wmake/wrmdep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmake/wrmdep b/wmake/wrmdep index dd647082f69..905c6958f7c 100755 --- a/wmake/wrmdep +++ b/wmake/wrmdep @@ -28,7 +28,7 @@ # Description # Remove all .dep files from the object directory tree corresponding to the # current source derectory or remove only the .dep files referring to the -# optionally specified [file]. With the -a/-all/all option the dep files +# optionally specified [file]. With the -a/-all/all option the .dep files # are removed for all platforms rather than just the current platform. # #------------------------------------------------------------------------------ @@ -44,7 +44,7 @@ usage() { Usage: $Script [-a | -all | all] [file] Remove all .dep files or remove .dep files referring to <file> -With the -a/-all/all option the dep files are removed for all platform +With the -a/-all/all option the .dep files are removed for all platform rather than just the current platform. USAGE -- GitLab