From 04c95fa9d0db4955dfa681ff3f52fec87436e056 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sun, 12 Feb 2017 20:58:25 +0000 Subject: [PATCH] Mention the new PR as well License: MIT Signed-off-by: kpcyrd --- bin/container_daemon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/container_daemon b/bin/container_daemon index bb6d8ccd1..8cf8ec422 100644 --- a/bin/container_daemon +++ b/bin/container_daemon @@ -32,7 +32,9 @@ else # when overwriting CMD, making this PR safe to merge echo "DEPRECATED: arguments have been set but the first argument isn't 'daemon'" >&2 echo "DEPRECATED: run 'docker run ipfs/go-ipfs daemon $@' instead" >&2 - echo "DEPRECATED: see https://github.com/ipfs/go-ipfs/pull/3573 for more information" >&2 + echo "DEPRECATED: see the following PRs for more information:" >&2 + echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3573" >&2 + echo "DEPRECATED: * https://github.com/ipfs/go-ipfs/pull/3685" >&2 fi exec ipfs daemon "$@"