declare: fix -a example (#7659)
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user