mirror of
https://github.com/deadw00d/AROS.git
synced 2025-11-23 20:21:25 +00:00
Optimized and made the help text more consistant.
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@20872 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
@ -61,8 +61,8 @@ int main(int argc, char **argv)
|
|||||||
HELPTXT =
|
HELPTXT =
|
||||||
"ADDRESS The start address to dump from (in hex)\n"
|
"ADDRESS The start address to dump from (in hex)\n"
|
||||||
"SIZE The number of bytes to dump\n"
|
"SIZE The number of bytes to dump\n"
|
||||||
"SERIAL if specified, output will be using serial debugging rather than stdout\n"
|
"SERIAL If specified, output will use serial debugging instead of stdout\n"
|
||||||
"QUIET do not display warnings\n";
|
"QUIET Do not display warnings\n";
|
||||||
|
|
||||||
rda = ReadArgs(ARG_TEMPLATE, args, NULL);
|
rda = ReadArgs(ARG_TEMPLATE, args, NULL);
|
||||||
if (NULL != rda)
|
if (NULL != rda)
|
||||||
|
|||||||
Reference in New Issue
Block a user