diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go
index d70ad91f0bf9f11043e50f73db18cefea9e1f08a..e87cc7a842965052a5c114ec092fbbe2bedafea5 100644
--- a/cmd/ipfs/daemon.go
+++ b/cmd/ipfs/daemon.go
@@ -160,6 +160,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) {
 		select {
 		case <-req.Context().Done():
 			fmt.Println("Received interrupt signal, shutting down...")
+			fmt.Println("(Hit ctrl-c again to force-shutdown the daemon.)")
 		}
 	}()