Remove redundant punctuation marks.
This commit is contained in:
parent
5a88d1ea0e
commit
6fb23c9ae8
@ -139,13 +139,13 @@ GENERAL OPTIONS:
|
||||
refresh all titles, if no arguments
|
||||
refresh titles of bookmarks at indices,
|
||||
if no edit options are specified
|
||||
update search results, when used with
|
||||
update search results when used with
|
||||
search options, if no arguments
|
||||
-d, --delete [...] delete bookmarks. Valid inputs: either
|
||||
a hyphenated single range (100-200),
|
||||
OR space-separated indices (100 15 200)
|
||||
delete all bookmarks, if no arguments
|
||||
delete search results, when used with
|
||||
delete search results when used with
|
||||
search options, if no arguments
|
||||
-v, --version show program version and exit
|
||||
-h, --help show this information and exit
|
||||
|
4
buku.py
4
buku.py
@ -2227,13 +2227,13 @@ def main():
|
||||
refresh all titles, if no arguments
|
||||
refresh titles of bookmarks at indices,
|
||||
if no edit options are specified
|
||||
update search results, when used with
|
||||
update search results when used with
|
||||
search options, if no arguments
|
||||
-d, --delete [...] delete bookmarks. Valid inputs: either
|
||||
a hyphenated single range (100-200),
|
||||
OR space-separated indices (100 15 200)
|
||||
delete all bookmarks, if no arguments
|
||||
delete search results, when used with
|
||||
delete search results when used with
|
||||
search options, if no arguments
|
||||
-v, --version show program version and exit
|
||||
-h, --help show this information and exit''')
|
||||
|
Loading…
x
Reference in New Issue
Block a user