Remove redundant punctuation marks.

This commit is contained in:
Arun Prakash Jana 2017-01-11 12:17:47 +05:30
parent 5a88d1ea0e
commit 6fb23c9ae8
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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''')