summaryrefslogtreecommitdiff
path: root/apps/system/ramtest/ramtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/ramtest/ramtest.c')
-rw-r--r--apps/system/ramtest/ramtest.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/system/ramtest/ramtest.c b/apps/system/ramtest/ramtest.c
index 120b1732c..378a9a333 100644
--- a/apps/system/ramtest/ramtest.c
+++ b/apps/system/ramtest/ramtest.c
@@ -85,11 +85,11 @@ static void show_usage(FAR const char *progname, int exitcode)
{
printf("\nUsage: %s [-w|h|b] <hex-address> <decimal-size>\n", progname);
printf("\nWhere:\n");
- printf(" <hex-address> starting address of the test.");
- printf(" <decimal-size> number of memory locations.");
- printf(" -w Sets the width of a memory location to 32-bits.");
- printf(" -h Sets the width of a memory location to 16-bits (default).");
- printf(" -b Sets the width of a memory location to 8-bits.");
+ printf(" <hex-address> starting address of the test.\n");
+ printf(" <decimal-size> number of memory locations.\n");
+ printf(" -w Sets the width of a memory location to 32-bits.\n");
+ printf(" -h Sets the width of a memory location to 16-bits (default).\n");
+ printf(" -b Sets the width of a memory location to 8-bits.\n");
exit(exitcode);
}