summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2016-05-15 15:11:37 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2016-05-15 15:11:37 +0530
commit394d9db99f4715bc39dc9a04d922dfbb00d0d7f3 (patch)
tree07eecbe3c13cd4e0d2cbfa1ec75d3329311b1142
parentb1665a1c6f7c33e75eb2b14aea798858b9e4546d (diff)
Fix typo.v2.0
-rw-r--r--README.md2
-rwxr-xr-xbuku2
-rw-r--r--buku.12
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6cec544..531c34d 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/buku b/buku
index f2849d1..6bf661b 100755
--- a/buku
+++ b/buku
@@ -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)
diff --git a/buku.1 b/buku.1
index 3ae3bf8..9705181 100644
--- a/buku.1
+++ b/buku.1
@@ -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"