clink.json: notes: correct the "clink autorun" (#1286)

C:> clink autorun
ERROR: Invalid arguments. Run 'clink autorun --help' for info.
This commit is contained in:
Anton Oks 2020-07-31 17:40:00 +02:00 committed by GitHub
parent dcb178a2e7
commit d6392c00fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",