fix(cli): fix typo in the toggle-pause docs

This commit is contained in:
loeiks
2025-08-08 22:16:52 +03:00
committed by LGUG2Z
parent f8ea62f857
commit 4d0df9c5b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1307,7 +1307,7 @@ enum SubCommand {
ToggleWorkspaceFloatOverride,
/// Toggle between the Tiling and Floating layers on the focused workspace
ToggleWorkspaceLayer,
/// Toggle window tiling on the focused workspace
/// Toggle the paused state for all window tiling
TogglePause,
/// Toggle window tiling on the focused workspace
ToggleTiling,