Mention the new PR as well
License: MIT Signed-off-by: kpcyrd <git@rxv.cc>
kpcyrd committed
Feb 12, 2017 at 20:58 UTC
04c95fa9d0db4955dfa681ff3f52fec87436e056
1 file changed
+3
-1
bin/container_daemon
+3
-1
@@ -32,7 +32,9 @@ else
32
# when overwriting CMD, making this PR safe to merge
33
echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2
34
echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2
35
- echo "DEPRECATED: see https://github.com/ipfs/go-ipfs/pull/3573 for more information" >&2
35
+ echo "DEPRECATED: see the following PRs for more information:" >&2
36
+ echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3573" >&2
37
+ echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3685" >&2
38
fi
39
40
exec ipfs daemon "$@"