Skip to content

Commit e63efb1

Browse files
committed
Update /data (example config and compgen).
1 parent 6f8df3d commit e63efb1

File tree

2 files changed

+267
-210
lines changed

2 files changed

+267
-210
lines changed

data/bn

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#
22
# Command-line completion for bn.
3+
# Listed options are currently incomplete.
34
#
45
_bn()
56
{
67
local current="${COMP_WORDS[COMP_CWORD]}"
7-
local options=" --config --help --initchain --settings --version -c -h -i -s -v"
8+
local options=" --config --help --newstore --settings --version -c -h -n -s -v"
89

910
COMPREPLY=( `compgen -W "$options" -- $current` )
1011
}

0 commit comments

Comments
 (0)