Skip to content

Commit

Permalink
Fix old mono reference
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Apr 29, 2020
1 parent 30f5d30 commit c193a38
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/basics/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ these examples only for consistency.

Special mentions:

- Powershell
- All executables must be prefixed with a `./`
- Unix
- All executions must be prefixed with `mono ` <-- note the space there
- Powershell & Bash
- All executables must be prefixed with a `./` if you're in the same folder as the executable

## Your first execution

Expand Down Expand Up @@ -125,4 +123,4 @@ Alternatively, you can append one of the following switches to the command line:
- The arguments used are one of the first lines logged in _AP.exe_ log file
- If an input argument is an array (e.g. directoryinfo\[\]), any commas in the
argument will delimit the values. For example, "Y:\\Results\\abc, 123,
doo-dah-dee" will be parsed as "Y:\\Results\\abc", " 123", " doo-dah-dee".
doo-dah-dee" will be parsed as "Y:\\Results\\abc", " 123", " doo-dah-dee".

0 comments on commit c193a38

Please sign in to comment.