Skip to content

Commit e1faed5

Browse files
committed
doc: Fix description of simulator -m option
The option takes an argument in kilobytes and not megabytes. Authored-by: Ed van Gasteren <Ed@vanGasteren.net> Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
1 parent a068785 commit e1faed5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SIMULATOR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The simulator can be started with the command-line options listed in the table b
3131
| -i[[`<whitespace>`]`<integer>`] | Set the maximum time waiting for an image to match the expected image during testing. Default = 500 ms. |
3232
| -k[[`<whitespace>`]`<argument>`] | Load a saved keymap to change keyboard layout. |
3333
| -K | Simulate typing of individual keys during tests. |
34-
| -m[[`<whitespace>`]`<integer>`] | Set the memory size available to the calculator in megabytes. |
34+
| -m[[`<whitespace>`]`<integer>`] | Set the memory size available to the calculator in kilobytes. |
3535
| -n | Enable beeps while running the test suite (noisy testing). |
3636
| -r[[`<whitespace>`]`<integer>`] | Set the time to wait for a screen update in milliseconds. Default = 20 ms. |
3737
| -s[[`<whitespace>`]`<real>`] | Scale the application window by the given floating-point scaling factor. |

0 commit comments

Comments
 (0)