From 416ebcdfe713e2e1233209fac1422decc054b412 Mon Sep 17 00:00:00 2001 From: phone Date: Thu, 7 Dec 2023 05:23:53 +0300 Subject: [PATCH] vdl : update doc. --- .config/bash/module/vdl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/module/vdl.sh b/.config/bash/module/vdl.sh index 694f810..6439b7f 100644 --- a/.config/bash/module/vdl.sh +++ b/.config/bash/module/vdl.sh @@ -1,4 +1,4 @@ -# Download video from URL. When no [LINK] specified, it tries to update previously downloaded link. +# Download video from URL. When no `[LINK]` specified, it tries to update previously downloaded link. # Usage: vdl [LINK] function vdl() { # Check that ffmpeg and ffprobe are available.