Fix build
This commit is contained in:
parent
9dcbd67ac5
commit
4cc733708a
@ -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
|
||||
|
3
buku.py
3
buku.py
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user