1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-11-20 09:25:36 +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:
jpatton
2004-02-12 05:32:50 +00:00
parent da667640ce
commit ea76e3d478

View File

@ -61,8 +61,8 @@ int main(int argc, char **argv)
HELPTXT =
"ADDRESS The start address to dump from (in hex)\n"
"SIZE The number of bytes to dump\n"
"SERIAL if specified, output will be using serial debugging rather than stdout\n"
"QUIET do not display warnings\n";
"SERIAL If specified, output will use serial debugging instead of stdout\n"
"QUIET Do not display warnings\n";
rda = ReadArgs(ARG_TEMPLATE, args, NULL);
if (NULL != rda)