diff --git a/cmd/root.go b/cmd/root.go
index d310b7f5c702099c9c845e731a26c97443593078..cd0c1093cb70cf10eb30051f9f373f14578ce1e2 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -114,7 +114,7 @@ func sessionInitialization() *id.User {
 		if len(gateways) < 1 {
 			// No gateways in config file or passed via command line
 			fmt.Printf("Error: No gateway specified! Add to" +
-				" configuration file or pass via command line using -g!")
+				" configuration file or pass via command line using -g!\n")
 			return id.ZeroID
 		} else {
 			// List of gateways found in config file