Last minute typo fixes

This commit is contained in:
Grant Willcox
2023-01-31 10:41:47 -06:00
parent d01060f40f
commit 8805ed2b5a
@@ -108,12 +108,6 @@ You can set complex options using quotes. Example:
set COMMAND "date --date='TZ=\"America/Los_Angeles\" 09:00 next Fri' --iso-8601=ns"
```
Or the same command using single quotes and setting the option inline:
```
run COMMAND='date --date='\''TZ="America/Los_Angeles" 09:00 next Fri'\'' --iso-8601=ns'
```
### URI support for RHOSTS
Metasploit also supports the use of [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) strings as arguments,