1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 02:15:46 +02:00

declare: fix -a example (#7659)

This commit is contained in:
Frans Nylund 2022-01-15 22:15:45 +02:00 committed by GitHub
parent 3f172d37ee
commit b0bef9daba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
- Declare an array variable with the specified value:
`declare {{variable}}=({{item_a item_b item_c}})`
`declare -a {{variable}}=({{item_a item_b item_c}})`
- Declare an associative array variable with the specified value: