Add newline to progress output when operation completes
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index ea91bd5..f45326f 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -187,6 +187,9 @@
 				} else {
 					printf("\r%s: %s", command_name, status_name);
 				}
+				if (command_completed) {
+					printf("\n");
+				}
 			}
 		} else {
 			/* report error to the user */