@cryptotaxi247 / kubo / commits / e8f51c2d5

ipfs-completion.bash: add the missing get command

Michael Muré committed Apr 7, 2015 at 13:55 UTC e8f51c2d572a92ca88d43198f9719afc441128db
1 file changed +1 -1
misc/completion/ipfs-completion.bash
+1 -1
@@ -328,7 +328,7 @@ _ipfs()
328
329 case "${COMP_CWORD}" in
330 1)
331 - local opts="add block bootstrap cat commands config daemon dht diag id \
331 + local opts="add block bootstrap cat commands config daemon dht diag get id \
332 init log ls mount name object pin ping refs repo swarm tour \
333 update version"
334 COMPREPLY=( $(compgen -W "${opts}" -- ${word}) );;