summaryrefslogtreecommitdiff
path: root/qutebrowser/components/scrollcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/components/scrollcommands.py')
-rw-r--r--qutebrowser/components/scrollcommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/components/scrollcommands.py b/qutebrowser/components/scrollcommands.py
index 1bf58261b..3ee525535 100644
--- a/qutebrowser/components/scrollcommands.py
+++ b/qutebrowser/components/scrollcommands.py
@@ -32,7 +32,7 @@ def scroll_px(tab: apitypes.Tab, dx: int, dy: int, count: int = 1) -> None:
def scroll(tab: apitypes.Tab, direction: str, count: int = 1) -> None:
"""Scroll the current tab in the given direction.
- Note you can use `:run-with-count` to have a keybinding with a bigger
+ Note you can use `:cmd-run-with-count` to have a keybinding with a bigger
scroll increment.
Args: