Fix build

This commit is contained in:
Arun Prakash Jana 2017-08-23 03:48:27 +05:30
parent 9dcbd67ac5
commit 4cc733708a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 3 deletions

View File

@ -206,7 +206,7 @@ POWER TOYS:
N=1: URL, N=2: URL and tag, N=3: title,
N=4: URL, title and tag
-j, --json Json formatted output for -p and search
--colors --colors COLORS set output colors
--colors COLORS set output colors using 5 letter string
--nc disable color output
--np do not show the prompt, run and exit
-o, --open [...] browse bookmarks by indices and ranges

View File

@ -3236,7 +3236,7 @@ POSITIONAL ARGUMENTS:
N=1: URL, N=2: URL and tag, N=3: title,
N=4: URL, title and tag
-j, --json Json formatted output for -p and search
--colors COLORS set output colors
--colors COLORS set output colors using 5 letter string
--nc disable color output
--np do not show the prompt, run and exit
-o, --open [...] browse bookmarks by indices and ranges
@ -3322,7 +3322,6 @@ POSITIONAL ARGUMENTS:
DESC_str = setcolors(args.colorstr)[3] + DESC_str
TAG_str = setcolors(args.colorstr)[4] + TAG_str
# Set up debugging
if args.debug:
logger.setLevel(logging.DEBUG)