diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-14 16:59:13 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-14 16:59:13 +0200 |
commit | abea6dbbe0456c374b7889d61902023178beb09b (patch) | |
tree | 89783d19efa655e50c53c5cd113b71da2c7598a3 /heimdall/source/PrintPitAction.cpp | |
parent | Fixed help output alignment. (diff) | |
download | Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.gz Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.bz2 Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.lz Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.xz Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.tar.zst Heimdall-abea6dbbe0456c374b7889d61902023178beb09b.zip |
Diffstat (limited to 'heimdall/source/PrintPitAction.cpp')
-rw-r--r-- | heimdall/source/PrintPitAction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |