Added changelog to check help

This commit is contained in:
Neocky 2021-06-20 00:54:30 +02:00 committed by GitHub
parent 8344ed0afc
commit a4b1b7acf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,14 +164,14 @@ or:
``` ```
get 'pluginName' get 'pluginName'
``` ```
#### Check all plugins/one specific plugin for updates: #### Check all plugins/one specific plugin for updates with optional changelog output:
`check [all/pluginName]` `check [all/pluginName] [changelog]`
``` ```
check all check all
``` ```
or: or:
``` ```
check 'pluginName' check 'pluginName' changelog
``` ```
<details> <details>