From f52bd8d74fc47e63ea2611d0171b63dc589d4fdf Mon Sep 17 00:00:00 2001 From: leohearts Date: Thu, 4 Feb 2021 23:54:00 +0800 Subject: [PATCH] Replace \xe2\x80\x94 with normal "-" in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f48bf728f..dee2455dc 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git clone https://github.com/volatilityfoundation/volatility3.git 2. See available options: ```shell - python3 vol.py —h + python3 vol.py -h ``` 3. To get more information on a Windows memory sample and to make sure @@ -55,10 +55,10 @@ Volatility supports that sample type, run Example: ```shell - python3 vol.py —f /home/user/samples/stuxnet.vmem windows.info + python3 vol.py -f /home/user/samples/stuxnet.vmem windows.info ``` -4. Run some other plugins. The `-f` or `—-single-location` is not strictly +4. Run some other plugins. The `-f` or `--single-location` is not strictly required, but most plugins expect a single sample. Some also require/accept other options. Run `python3 vol.py -h` for more information on a particular command.