diff --git a/Usage.md b/Usage.md index e3a16f7..f4c2360 100644 --- a/Usage.md +++ b/Usage.md @@ -247,8 +247,8 @@ autorecon --config /path/to/config.toml Like the config file, AutoRecon looks in multiple places for its global file (global.toml). It will first check the current working directory for the file, and if not found, will use the one automatically created at ~/.config/AutoRecon/global.toml. The command line option `-g` and `--global` will override this behavior, and force AutoRecon to use the one specified: ``` -autorecon -g /path/to/global.toml -autorecon --global /path/to/global.toml +autorecon -g /path/to/global.toml +autorecon --global /path/to/global.toml ``` ## Tags