[BDS-18649] Command in documentation has dashes that don't work Created: 16/Aug/23 Updated: 04/Jan/24 Resolved: 04/Jan/24 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.20.12 Hotfix |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Sanjo | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 11 |
||
| Attachments: |
|
| Confirmation Status: | Confirmed |
| ADO: | 1093995 |
| Description |
|
The command `CheckNetIsolation.exe LoopbackExempt –a –p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436` in the file "bedrock_server_how_to.html" has dashes that don't work. The working command is `CheckNetIsolation LoopbackExempt -a -p=S-1-15-2-1958404141-86561845-1752920682-3514627264-368642714-62675701-733520436`. |
| Comments |
| Comment by nosjojo [ 12/Oct/23 ] |
|
Oh my god, thank you for catching this. To clarify the issue for the ticket: The documentation that is shipping with the server is using an invalid/multibyte character for the dash in the -a and -p parameters for this command. It likely got generated by a tool autocorrecting the dash to a stylized one, such as how MS Word will swap " for fancy quotes.
The fix is simple. The documentation just needs those two characters retyped with ascii compliant dashes instead of these multibyte dashes. |
| Comment by Sanjo [ 21/Aug/23 ] |
|
Yes. When I have copied the command into a CMD terminal and have run it, it resulted in an error. When I have copied the command into a Powershell command, the dashes were missing. I hope that helps. I have provided the corrected command in the initial description. |
| Comment by Maciej Piornik [ 21/Aug/23 ] |
|
Hi Using command from documentation results in error? This ticket will automatically reopen when you reply. |