mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor documenation formatting tweak
This commit is contained in:
parent
2c75c36229
commit
d9290e85cd
@ -129,7 +129,7 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
--purge deletes database entries that no longer exist on system
|
||||
|
||||
-s, --stat show database entries and their key weights
|
||||
-s, --stat show database entries and their key weights
|
||||
|
||||
--version show version information and exit
|
||||
|
||||
@ -195,7 +195,8 @@ ADVANCED USAGE
|
||||
|
||||
Let's assume the following database:
|
||||
|
||||
30 /home/user/mail/inbox 10 /home/user/work/inbox
|
||||
30 /home/user/mail/inbox
|
||||
10 /home/user/work/inbox
|
||||
|
||||
`j in` would jump into /home/user/mail/inbox as the higher weighted
|
||||
entry. However you can pass multiple arguments to autojump to prefer
|
||||
|
@ -38,7 +38,7 @@ wrapper function.
|
||||
|
||||
--purge\ \ \ \ \ \ \ \ \ \ \ \ \ deletes\ database\ entries\ that\ no\ longer\ exist\ on\ system
|
||||
|
||||
-s,\ --stat\ \ \ \ \ \ \ \ \ \ \ \ \ \ show\ database\ entries\ and\ their\ key\ weights
|
||||
-s,\ --stat\ \ \ \ \ \ \ \ \ \ show\ database\ entries\ and\ their\ key\ weights
|
||||
|
||||
--version\ \ \ \ \ \ \ \ \ \ \ show\ version\ information\ and\ exit
|
||||
\f[]
|
||||
@ -140,7 +140,8 @@ Let\[aq]s assume the following database:
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
30\ \ \ /home/user/mail/inbox\ 10\ \ \ /home/user/work/inbox
|
||||
30\ \ \ /home/user/mail/inbox
|
||||
10\ \ \ /home/user/work/inbox
|
||||
\f[]
|
||||
.fi
|
||||
.PP
|
||||
|
@ -6,7 +6,7 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
--purge deletes database entries that no longer exist on system
|
||||
|
||||
-s, --stat show database entries and their key weights
|
||||
-s, --stat show database entries and their key weights
|
||||
|
||||
--version show version information and exit
|
||||
|
||||
@ -67,7 +67,8 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
Let's assume the following database:
|
||||
|
||||
30 /home/user/mail/inbox 10 /home/user/work/inbox
|
||||
30 /home/user/mail/inbox
|
||||
10 /home/user/work/inbox
|
||||
|
||||
`j in` would jump into /home/user/mail/inbox as the higher weighted entry.
|
||||
However you can pass multiple arguments to autojump to prefer a different
|
||||
|
Loading…
Reference in New Issue
Block a user