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:
parent
3f172d37ee
commit
b0bef9daba
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Declare an array variable with the specified value:
|
- 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:
|
- Declare an associative array variable with the specified value:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue