From bfcf99ce4b1a290b99a35d228997ff6e68c8fa13 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Fri, 21 Jan 2022 16:38:47 -0500 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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