1
Fork 0

Add period.

This commit is contained in:
Bauke 2023-04-22 13:56:13 +02:00
parent 9c900c919e
commit 148bb466de
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ async function main(): Promise<void> {
.option("--print <print:string>", "Print data from the current song.")
.option(
"--volume <volume:number>",
"Change the volume by a relative amount",
"Change the volume by a relative amount.",
)
.parse(Deno.args);