From 148bb466de475337ee195030f7ecd3372d54f917 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 22 Apr 2023 13:56:13 +0200 Subject: [PATCH] Add period. --- .bauke/scripts/tauon-controls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);