Updated doc

This commit is contained in:
Henry
2015-01-10 23:22:39 +00:00
parent 16b29a9bd0
commit 92f1b0fb78

View File

@ -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