diff options
Diffstat (limited to 'src/bin/br.rs')
-rw-r--r-- | src/bin/br.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/br.rs b/src/bin/br.rs index 431ae39..8eb4135 100644 --- a/src/bin/br.rs +++ b/src/bin/br.rs @@ -390,7 +390,7 @@ xflags::xflags! { /// Set a debug colour palette in the format <rgb>,... (toggle with F2) optional --palette colours: ParsedPalette /// Show the operating system cursor over the window - optional --show-cursor + optional -c, --show-cursor /// Decode standard input optional -i, --decode-stdin /// Encode standard output |