From 8c439a69c96f6bf9de245e720488a1c87fb7a63a Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sat, 12 Oct 2024 10:21:33 -0400 Subject: [PATCH] clearer info_msg for windows --- flist.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flist.v b/flist.v index df4a64e..9497f21 100644 --- a/flist.v +++ b/flist.v @@ -20,7 +20,7 @@ const docker_cmd = $if windows { } const info_msg = $if windows { - 'Note: Docker Desktop must be running to use the push function.\n' + 'Note: Docker Desktop must be running to use the push function.\nInstall and uninstall functions require PowerShell with administrator privileges.\nOther functions require PowerShell (without admin privileges).\n' } $else $if linux { 'Note: Docker Engine must be running to use the push function.\n' } $else $if macos {