From 2e8a6c8546f5a86d0154fc6abfb6b6930ba49762 Mon Sep 17 00:00:00 2001 From: electria Date: Thu, 30 Jul 2026 21:43:06 -0700 Subject: [PATCH] feat: use single quotes in usage to reduce noise --- src/usage.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/usage.txt b/src/usage.txt index b23e1ad..1d4c6c1 100644 --- a/src/usage.txt +++ b/src/usage.txt @@ -1,7 +1,7 @@ -"o" to open a new image -"r" to rotate -"i" to invert colors -"f" to switch filter -"b" to toggle the bar -"s" to save the image -"q" to quit +'o' to open a new image +'r' to rotate +'i' to invert colors +'f' to switch filter +'b' to toggle the bar +'s' to save the image +'q' to quit