bash: bring --unrestricted-api completion back (sorry!)
License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth committed
Aug 31, 2016 at 03:02 UTC
5807e5c09e251bae7a5dafc5262b68ccae30a6f7
1 file changed
+1
-1
misc/completion/ipfs-completion.bash
+1
-1
@@ -104,7 +104,7 @@ _ipfs_config_show()
104
_ipfs_daemon()
105
{
106
_ipfs_comp "--init --routing= --mount --writable --mount-ipfs= \
107
- --mount-ipns= --disable-transport-encryption \
107
+ --mount-ipns= --unrestricted-api --disable-transport-encryption \
108
--help"
109
}
110