Updated doc
This commit is contained in:
parent
16b29a9bd0
commit
92f1b0fb78
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue