Fixed help output alignment.
Esse commit está contido em:
@@ -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.";
|
||||
|
||||
int ClosePcScreenAction::Execute(int argc, char **argv)
|
||||
{
|
||||
|
||||
@@ -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.";
|
||||
|
||||
int DownloadPitAction::Execute(int argc, char **argv)
|
||||
{
|
||||
|
||||
@@ -39,19 +39,19 @@ using namespace Heimdall;
|
||||
|
||||
const char *FlashAction::usage = "Action: flash\n\
|
||||
Arguments:\n\
|
||||
[--<partition name> <filename> ...]\n\
|
||||
[--<partition identifier> <filename> ...]\n\
|
||||
[--pit <filename>] [--verbose] [--no-reboot] [--resume] [--stdout-errors]\n\
|
||||
[--usb-log-level <none/error/warning/debug>]\n\
|
||||
[--<partition name> <filename> ...]\n\
|
||||
[--<partition identifier> <filename> ...]\n\
|
||||
[--pit <filename>] [--verbose] [--no-reboot] [--resume] [--stdout-errors]\n\
|
||||
[--usb-log-level <none/error/warning/debug>]\n\
|
||||
or:\n\
|
||||
--repartition --pit <filename> [--<partition name> <filename> ...]\n\
|
||||
[--<partition identifier> <filename> ...] [--verbose] [--no-reboot]\n\
|
||||
[--resume] [--stdout-errors] [--usb-log-level <none/error/warning/debug>]\n\
|
||||
[--<partition identifier> <filename> ...] [--verbose] [--no-reboot]\n\
|
||||
[--resume] [--stdout-errors] [--usb-log-level <none/error/warning/debug>]\n\
|
||||
Description: Flashes one or more firmware files to your phone. Partition names\n\
|
||||
(or identifiers) can be obtained by executing the print-pit action.\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.\n\
|
||||
download mode, then the following action must specify the --resume flag.\n\
|
||||
WARNING: If you're repartitioning it's strongly recommended you specify\n\
|
||||
all files at your disposal.\n";
|
||||
|
||||
|
||||
@@ -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.";
|
||||
|
||||
int PrintPitAction::Execute(int argc, char **argv)
|
||||
{
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário