From c5d03bbbd658e678a4075e0aec73d2e1cc28c262 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 1 Aug 2024 20:12:22 -0700 Subject: [PATCH] comment --- src/cli/action.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/action.zig b/src/cli/action.zig index afe46806a..8113f991a 100644 --- a/src/cli/action.zig +++ b/src/cli/action.zig @@ -34,7 +34,7 @@ pub const Action = enum { /// List named RGB colors @"list-colors", - /// List keybind actions colors + /// List keybind actions @"list-actions", /// Dump the config to stdout