bash: bring --unrestricted-api completion back (sorry!)

License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
This commit is contained in:
Lars Gierth 2016-08-31 03:02:32 +02:00 committed by Jeromy
parent 686882bda2
commit 5807e5c09e

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"
}