Skip to content

Commit 9e296cb

Browse files
committed
etc/completions: remove flux kvs dropcache
Problem: The flux kvs dropcache command has been removed, but bash completions still exist for it. Remove bash completions for flux kvs dropcache.
1 parent d7cf1c8 commit 9e296cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

etc/completions/flux.pre

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,6 @@ _flux_kvs()
10271027
mkdir
10281028
copy
10291029
move
1030-
dropcache
10311030
version
10321031
wait
10331032
getroot
@@ -1106,9 +1105,6 @@ _flux_kvs()
11061105
move_OPTS="\
11071106
${copy_OPTS}
11081107
"
1109-
dropcache_OPTS="\
1110-
-a --all
1111-
"
11121108
version_OPTS="\
11131109
-N --namespace= \
11141110
"

0 commit comments

Comments
 (0)