Merge pull request #3159 from ipfs/feat/bash-unrestricted-api

bash: bring --unrestricted-api completion back (sorry!)
This commit is contained in:
Jeromy Johnson 2016-08-30 23:16:12 -07:00 committed by GitHub
commit 04d3e79224

View File

@ -104,7 +104,7 @@ _ipfs_config_show()
_ipfs_daemon()
{
_ipfs_comp "--init --routing= --mount --writable --mount-ipfs= \
--mount-ipns= --disable-transport-encryption \
--mount-ipns= --unrestricted-api --disable-transport-encryption \
--help"
}