Improve the CLI help (Update of the Flaeg dependency)
This commit is contained in:
parent
b722748ec3
commit
e8e9dd9400
4 changed files with 22 additions and 15 deletions
|
@ -32,7 +32,7 @@ find vendor -type f \( ! -iname 'licen[cs]e*' \
|
|||
-a ! -iname '*.hxx' \
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
|
||||
find -type d \( -iname '*Godeps*' \) -exec rm -rf {} +
|
||||
find . -type d \( -iname '*Godeps*' \) -exec rm -rf {} +
|
||||
|
||||
find vendor -type l \( ! -iname 'licen[cs]e*' \
|
||||
-a ! -iname '*notice*' \
|
||||
|
@ -55,4 +55,4 @@ find vendor -type l \( ! -iname 'licen[cs]e*' \
|
|||
-a ! -iname '*.hh' \
|
||||
-a ! -iname '*.hpp' \
|
||||
-a ! -iname '*.hxx' \
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
-a ! -iname '*.s' \) -exec rm -f {} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue