Richtige Syntax fuer Binary (-kb)
This commit is contained in:
parent
5afb62dfa2
commit
431b7db128
1 changed files with 7 additions and 7 deletions
|
@ -16,10 +16,10 @@
|
||||||
#
|
#
|
||||||
# and value is a single-quote delimited value.
|
# and value is a single-quote delimited value.
|
||||||
#
|
#
|
||||||
*.bin -k '-b'
|
*.bin -k 'b'
|
||||||
*.gif -k '-b'
|
*.gif -k 'b'
|
||||||
*.jpg -k '-b'
|
*.jpg -k 'b'
|
||||||
*.pdf -k '-b'
|
*.pdf -k 'b'
|
||||||
*.png -k '-b'
|
*.png -k 'b'
|
||||||
*.jpg -k '-b'
|
*.jpg -k 'b'
|
||||||
*.zip -k '-b'
|
*.zip -k 'b'
|
||||||
|
|
Loading…
Reference in a new issue