mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
remove references to jumpstat within manpages
This commit is contained in:
parent
32566eb89d
commit
c2d72e442a
@ -12,16 +12,16 @@ Jump to a previously visited directory 'foobar':
|
||||
|
||||
Show all database entries and their respective key weights:
|
||||
|
||||
jumpstat
|
||||
j --stat
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
||||
autojump is a faster way to navigate your filesystem. It works by
|
||||
maintaining a database of the directories you use the most from the
|
||||
command line. The jumpstat command shows you the current contents of the
|
||||
database. Directories must be visited first before they can be jumped
|
||||
to.
|
||||
command line. The `j --stat` command shows you the current contents of
|
||||
the database. Directories must be visited first before they can be
|
||||
jumped to.
|
||||
|
||||
INSTALLATION
|
||||
------------
|
||||
|
@ -16,7 +16,7 @@ Show all database entries and their respective key weights:
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
jumpstat
|
||||
j\ --stat
|
||||
\f[]
|
||||
.fi
|
||||
.SS DESCRIPTION
|
||||
@ -24,7 +24,8 @@ jumpstat
|
||||
autojump is a faster way to navigate your filesystem.
|
||||
It works by maintaining a database of the directories you use the most
|
||||
from the command line.
|
||||
The jumpstat command shows you the current contents of the database.
|
||||
The \f[C]j\ --stat\f[] command shows you the current contents of the
|
||||
database.
|
||||
Directories must be visited first before they can be jumped to.
|
||||
.SS OPTIONS
|
||||
.PP
|
||||
|
@ -9,8 +9,8 @@ Jump to a previously visited directory 'foobar':
|
||||
|
||||
Show all database entries and their respective key weights:
|
||||
|
||||
jumpstat
|
||||
j --stat
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The jumpstat command shows you the current contents of the database. Directories must be visited first before they can be jumped to.
|
||||
autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. The `j --stat` command shows you the current contents of the database. Directories must be visited first before they can be jumped to.
|
||||
|
Loading…
Reference in New Issue
Block a user