summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/help/movement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/help/movement.py b/ranger/help/movement.py
index 97b0a0f4..194dd3a9 100644
--- a/ranger/help/movement.py
+++ b/ranger/help/movement.py
@@ -168,7 +168,7 @@ In Ranger, tabs are very simple though and only store the directory path.
 	gt	Go to the next tab. (also TAB)
 	gT	Go to the previous tab. (also Shift+TAB)
 	gn, ^N	Create a new tab
-	g<N>	Open a tab. N has to be a number from 0 to 9.
+	g<N>	Open a tab. N has to be a number from 1 to 9.
 		If the tab doesn't exist yet, it will be created.
 		On most terminals, Alt-1, Alt-2, etc., also work.
 	gc, ^W	Close the current tab.  The last tab cannot be closed.