mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
beep: fix mismatched braces (#2553)
This commit is contained in:
parent
0d17eabb7f
commit
f10b0a11ab
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
- Play each new frequency and duration as a distinct beep:
|
- Play each new frequency and duration as a distinct beep:
|
||||||
|
|
||||||
`beep -f {{frequency}} -l {{duration}} -n -f {{frequency} -l {{duration}}`
|
`beep -f {{frequency}} -l {{duration}} -n -f {{frequency}} -l {{duration}}`
|
||||||
|
|
||||||
- Play the C major scale:
|
- Play the C major scale:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue