aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-15 00:59:13 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-15 00:59:13 +1000
commitabea6dbbe0456c374b7889d61902023178beb09b (patch)
tree89783d19efa655e50c53c5cd113b71da2c7598a3
parente6fdafd4829842d96eefa3163b6149265819fe95 (diff)
downloadexternal_heimdall-abea6dbbe0456c374b7889d61902023178beb09b.zip
external_heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.gz
external_heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.bz2
Added missing new lines to CLI help output.
-rw-r--r--heimdall/source/ClosePcScreenAction.cpp2
-rw-r--r--heimdall/source/DownloadPitAction.cpp2
-rw-r--r--heimdall/source/PrintPitAction.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/heimdall/source/ClosePcScreenAction.cpp b/heimdall/source/ClosePcScreenAction.cpp
index edc7157..16e30aa 100644
--- a/heimdall/source/ClosePcScreenAction.cpp
+++ b/heimdall/source/ClosePcScreenAction.cpp
@@ -34,7 +34,7 @@ Arguments: [--verbose] [--no-reboot] [--resume] [--stdout-errors]\n\
Description: Attempts to get rid off the \"connect phone to PC\" screen.\n\
Note: --no-reboot causes the device to remain in download mode after the action\n\
is completed. If you wish to perform another action whilst remaining in\n\
- download mode, then the following action must specify the --resume flag.";
+ download mode, then the following action must specify the --resume flag.\n";
int ClosePcScreenAction::Execute(int argc, char **argv)
{
diff --git a/heimdall/source/DownloadPitAction.cpp b/heimdall/source/DownloadPitAction.cpp
index 0bde9d8..000844e 100644
--- a/heimdall/source/DownloadPitAction.cpp
+++ b/heimdall/source/DownloadPitAction.cpp
@@ -38,7 +38,7 @@ Description: Downloads the connected device's PIT file to the specified\n\
output file.\n\
Note: --no-reboot causes the device to remain in download mode after the action\n\
is completed. If you wish to perform another action whilst remaining in\n\
- download mode, then the following action must specify the --resume flag.";
+ download mode, then the following action must specify the --resume flag.\n";
int DownloadPitAction::Execute(int argc, char **argv)
{
diff --git a/heimdall/source/PrintPitAction.cpp b/heimdall/source/PrintPitAction.cpp
index 01f57aa..781973d 100644
--- a/heimdall/source/PrintPitAction.cpp
+++ b/heimdall/source/PrintPitAction.cpp
@@ -40,7 +40,7 @@ Description: Prints the contents of a PIT file in a human readable format. If\n\
connected device.\n\
Note: --no-reboot causes the device to remain in download mode after the action\n\
is completed. If you wish to perform another action whilst remaining in\n\
- download mode, then the following action must specify the --resume flag.";
+ download mode, then the following action must specify the --resume flag.\n";
int PrintPitAction::Execute(int argc, char **argv)
{