Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed May 15, 2016
1 parent b1665a1 commit 394d9db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Shell completion scripts for Bash, Fish and Zsh can be found in respective subdi
-r, --replace oldtag [newtag ...]
replace oldtag with newtag in all bookmarks
delete oldtag, if no newtag
-j, --jason Json formatted output, works with -p, -s
-j, --json Json formatted output, works with -p, -s
-o, --open N open bookmark at DB index N in web browser
-z, --debug show debug information and additional logs

Expand Down
2 changes: 1 addition & 1 deletion buku
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ power_group=argparser.add_argument_group(title="power toys",
-r, --replace oldtag [newtag ...]
replace oldtag with newtag in all bookmarks
delete oldtag, if no newtag
-j, --jason Json formatted output, works with -p, -s
-j, --json Json formatted output, works with -p, -s
-o, --open N open bookmark at DB index N in web browser
-z, --debug show debug information and additional logs''')
power_group.add_argument('-p', '--print', nargs='?', dest='printindex', type=int, const=0, metavar='N', help=argparse.SUPPRESS)
Expand Down
2 changes: 1 addition & 1 deletion buku.1
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if
.I newtag
is omitted.
.TP
.BI \-j " " \--jason
.BI \-j " " \--json
Output data formatted as json (works with -p and -s)
.TP
.BI \-o " " \--open " N"
Expand Down

0 comments on commit 394d9db

Please sign in to comment.