From d6392c00fda98ff11046c121c86c5a3c7ec54557 Mon Sep 17 00:00:00 2001 From: Anton Oks <2266872+AntonOks@users.noreply.github.com> Date: Fri, 31 Jul 2020 17:40:00 +0200 Subject: [PATCH] clink.json: notes: correct the "clink autorun" (#1286) C:> clink autorun ERROR: Invalid arguments. Run 'clink autorun --help' for info. --- bucket/clink.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/clink.json b/bucket/clink.json index 0483751cea..491f94d90e 100644 --- a/bucket/clink.json +++ b/bucket/clink.json @@ -13,7 +13,7 @@ "persist": "profile", "notes": [ "Run 'clink inject' to start clink on the current cmd", - "Run 'clink autorun' to auto start clink" + "Run 'clink autorun install' to auto start clink" ], "autoupdate": { "url": "https://github.com/mridgers/clink/releases/download/$version/clink_$version.zip",