mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Make quote marks consistent in error/warning messages (#1791)
- "Double quotes" for strings (filenames, section names, CLI option arguments, etc) - 'Single quotes' for characters and CLI option flags - `Backticks` for keywords and identifiers (symbol names, charmap names, etc) CLI option flags also have their leading dashes
This commit is contained in:
@@ -28,7 +28,7 @@ error: Invalid argument for option 'Q'
|
||||
at invalid-opt.asm(14)
|
||||
error: Argument for option 'Q' must be between 1 and 31
|
||||
at invalid-opt.asm(15)
|
||||
error: Argument to 'r' is out of range ("99999999999999999999999999")
|
||||
error: Argument for option 'r' is out of range ("99999999999999999999999999")
|
||||
at invalid-opt.asm(16)
|
||||
error: Must specify an argument for option 'W'
|
||||
at invalid-opt.asm(17)
|
||||
|
||||
Reference in New Issue
Block a user