diff --git a/README.md b/README.md index af74e07..cf07b23 100644 --- a/README.md +++ b/README.md @@ -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 ------------ diff --git a/docs/autojump.1 b/docs/autojump.1 index 2724f26..88824f5 100644 --- a/docs/autojump.1 +++ b/docs/autojump.1 @@ -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 diff --git a/docs/header.md b/docs/header.md index e814e10..9e35471 100644 --- a/docs/header.md +++ b/docs/header.md @@ -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.