From 10f6231c87b0da9cbef9d4518ecf80f1bc7604fc Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sat, 11 Jul 2020 19:34:42 +0100 Subject: [PATCH] Documentation: Fix typo (thanks NiklasBeierl!) --- doc/source/vol-cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/vol-cli.rst b/doc/source/vol-cli.rst index b260a335a..069906873 100644 --- a/doc/source/vol-cli.rst +++ b/doc/source/vol-cli.rst @@ -26,7 +26,7 @@ area of research. The command line tool allows developers to distribute and easily use the plugins of the framework against memory images of their choice. -Plugins made define their own options, these are dynamic and therefore not +Plugins may define their own options, these are dynamic and therefore not listed in this man page. Plugin options must be listed after the plugin name. A list of the options for a specific plugin is available by running "**volatility** --help". @@ -42,7 +42,7 @@ Options -c CONFIG, --config CONFIG Loads a JSON configuration from the CONFIG file ---parallelism {processes,threads,off} +--parallelism [{processes,threads,off}] Enables parallelism (defaults to processes if no argument given). The parallelism can be either off, or multithreaded (but due to python's GIL still only takes up a single CPU) or multiprocessed (which spawns other