Skip to content

Commit 450eec2

Browse files
committed
Slight change to command line option formatting
1 parent 3d83a7b commit 450eec2

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

_posts/2022-11-26-86box-v3-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ While there are common methods to create freely-writable optical discs, such as
4141
### Emulator
4242

4343
* Added Vulkan renderer through **MoltenVK** for most Metal-capable macOS hosts running 10.14 and newer (non-Metal Macs and 10.13 are still supported)
44-
* Added `-I/--image <letter>:<path>` command line option to automatically mount a floppy disk image in the specified drive
44+
* Added `-I`/`--image <letter>:<path>` command line option to automatically mount a floppy disk image in the specified drive
4545
* Added more **display scaling factors** (up to 8x)
4646
* Fixed incorrect **full screen scaling**
4747
* Fixed **Keyboard requires capture** option being ignored in full screen mode

_posts/2023-10-16-86box-v4-0-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Due to a longstanding oversight, previous versions of 86Box had the tertiary and
3636

3737
* Added **Auto-pause on focus loss** option
3838
* Added **4:3 integer scale** option for full screen mode
39-
* Added `-X/--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
40-
* Added `-M/--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
41-
* Added `-Y/--donothing` command line option to output the initial log information then exit
39+
* Added `-X`/`--clear cmos|flash|both` command line option to reset the machine's CMOS data and/or BIOS flash
40+
* Added `-M`/`--dumpmissing` command line option to output a list all machines and video cards for which ROMs are missing
41+
* Added `-Y`/`--donothing` command line option to output the initial log information then exit
4242
* Fixed **Discord integration** option remaining active if integration is not supported on the host platform
4343
* Changed minimum supported configuration file version (machines last used on 86Box versions **older than v3.0 final** must be loaded on v4.0 or v3.11 first to convert their configuration files)
4444

_posts/2025-08-24-86box-v5-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the August 2025 update to 86Box, bringing in many new features, fixes, s
1818

1919
This release features a preview for one of the most requested 86Box features of all time: an **integrated machine manager** to organize all your emulated setups. This new manager is only meant to replace the old 86Box Manager and other simple front-ends; you can still use other managers with more features such as [Avalonia 86](https://github.com/notBald/Avalonia86).
2020

21-
The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P/--vmpath` command line option to be used with the machine's path.
21+
The manager is started by **opening 86Box directly**. This is a change from previous versions, where doing this would create or start an emulated machine in the current folder. Starting a machine directly (bypassing the manager) requires the `-P`/`--vmpath` command line option to be used with the machine's path.
2222

2323
Emulated machines are stored in the following folders by default. You can move your existing machines there or change the folder through **Tools** > **Preferences** > **System Directory**; note that, for now, you must restart 86Box for the change to take effect.
2424

@@ -79,7 +79,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
7979
* Added passthrough for some **multimedia keys** on Windows hosts (can be disabled through the **Preferences** window)
8080
* Added **GameMode support** on Linux hosts
8181
* Added **more icons** to status bar and Media menu options
82-
* Added `-W/--nohook` command line option to disable advanced keyboard capture methods
82+
* Added `-W`/`--nohook` command line option to disable advanced keyboard capture methods
8383
* Reworked **OpenGL 3.0 Core** renderer, adding support for multiple shaders, `.glslp` shaders and parameter configuration
8484
* Removed **Qt OpenGL** and **OpenGL ES** renderers to eliminate maintenance burden and user confusion with the OpenGL 3.0 Core renderer
8585
* Improved **input responsiveness** on Windows hosts
@@ -90,7 +90,7 @@ Inserting **DVD-ROM discs** (or folders larger than 1 GB) now requires [setting
9090
* Fixed incorrect emulated display size with **HiDPI scaling** on some renderers
9191
* Changed the [key combination for releasing mouse capture](#mouse-release-shortcut) to **Ctrl+End** on all platforms
9292
* Changed the key combination for exiting full screen mode to the same **Ctrl+Alt+Page Up** used to enter full screen
93-
* Changed `-?/--help` command line option to a message box on Windows hosts
93+
* Changed `-?`/`--help` command line option to a message box on Windows hosts
9494

9595
### User interface
9696

0 commit comments

Comments
 (0)