From 5807e5c09e251bae7a5dafc5262b68ccae30a6f7 Mon Sep 17 00:00:00 2001 From: Lars Gierth <larsg@systemli.org> Date: Wed, 31 Aug 2016 03:02:32 +0200 Subject: [PATCH] bash: bring --unrestricted-api completion back (sorry!) License: MIT Signed-off-by: Lars Gierth <larsg@systemli.org> --- misc/completion/ipfs-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/completion/ipfs-completion.bash b/misc/completion/ipfs-completion.bash index 0b88ea4c6..1dc1838c7 100644 --- a/misc/completion/ipfs-completion.bash +++ b/misc/completion/ipfs-completion.bash @@ -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" } -- GitLab