Skip to content

Commit 5d7f1ba

Browse files
authored
Update README.md
1 parent 1e8ba4b commit 5d7f1ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SmartImage stores its configuration in registry. The rationale behind this is th
3636

3737
Configures the SauceNao API key. Register an application [here](https://saucenao.com/user.php), then get your key [here](https://saucenao.com/user.php?page=search-api). If this is configured, SmartImage will be able to return more specific results. SmartImage will be able to function as seen in the demo (opening the direct source image in your browser).
3838

39-
`--set-imgur-auth <consumer id> <consumer secret>`
39+
`--set-imgur-auth <consumer id>`
4040

4141
Configures Imgur API keys. Register an application [here](https://api.imgur.com/oauth2/addclient), then get your ID [here](https://imgur.com/account/settings/apps). If this is configured, SmartImage will use Imgur to upload temporary images instead of ImgOps.
4242

@@ -65,6 +65,10 @@ Resets configuration to defaults. Specify `all` to fully reset.
6565

6666
Information about the program and its configuration.
6767

68+
`--help`
69+
70+
Display available commands.
71+
6872
# Notes
6973

7074
- Ensure that the executable is placed in the system PATH (*`%PATH%`*) environment variable, otherwise the context menu integration will not work. You can read about how to do this [here](https://superuser.com/questions/949560/how-do-i-set-system-environment-variables-in-windows-10). You can also use the `--add-to-path` command to add the current directory to the path.

0 commit comments

Comments
 (0)