diff --git a/args_next_steps.txt b/args_next_steps.txt
index df15e6ae626d3c46a436202b25042de74cbae12c..156e3eb524c28a8e487ab885bca7252123da5914 100755
--- a/args_next_steps.txt
+++ b/args_next_steps.txt
@@ -107,11 +107,11 @@ The number of bytes per address and the data size can differ at the interfaces:
 
   master -- MM bus -- slave -- user
 
-The yaml files use byte addressing. Internally ARGS also use byte addressing. However only
-word addressing is supported, so the byte addresses are always a multiple of 4. This is checked
-when ARGS reads in the yaml files. For output files it depends on the application whether the
-output file assumes byte addressing or word addressing.
-
+  . The input yaml files use byte addressing.
+  . Internally ARGS also use byte addressing. However only word addressing is supported, so the
+    byte addresses are always a multiple of 4. This is checked when ARGS reads in the yaml files.
+  . For output files it depends on the application whether the output file assumes byte addressing
+    or word addressing.
 
 Master + MM bus :
   . fixed 32b data (MM word) addresses, so byte address increment 4 per 32b word