diff --git a/.bauke/scripts/tauon-controls.ts b/.bauke/scripts/tauon-controls.ts index cd64f53..a8a0ce1 100644 --- a/.bauke/scripts/tauon-controls.ts +++ b/.bauke/scripts/tauon-controls.ts @@ -14,7 +14,7 @@ async function main(): Promise { .option("--print ", "Print data from the current song.") .option( "--volume ", - "Change the volume by a relative amount", + "Change the volume by a relative amount.", ) .parse(Deno.args);