diff --git a/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py b/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
index 50989e0ba8c4918bf1b4c9f124534a0c8e8ddabd..99ea27d8fa07ff2dd60ef7cb1d58e2ce3d59d78e 100644
--- a/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
+++ b/applications/compaan/designs/compaan_unb1_dp_offload/tb/python/tc_compaan_unb1_dp_offload_bg_lb_dop17.py
@@ -20,7 +20,8 @@
 #
 ###############################################################################
 
-# Purpose: Stream BG data from FN1 to FN0, forward this data from FN0 to dop17 
+# Purpose: 
+# . Stream BG data from FN1 to FN0, forward this data from FN0 to dop17 
 # Description: 
 # . BG outputs blocks of 365 32b words = 1460 bytes;
 # . BG uses inter-block gap size of 9*365 words to limit BG output rate to 
@@ -28,8 +29,12 @@
 # . BG theoretical max output rate is 200MHz*32b = 6.4Gbps
 # . The above translates to an ethernet data rate of about (6.4Gbps/10) 640Mbps
 #   (excluding packet overhead).
-# Usage: python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1
-#        . Use tcpdump to view the received packets.
+# Usage:
+# . Load the following images on the following nodes:
+#   . FN0 - compaan_unb1_dp_offload_lb
+#   . FN1 - compaan_unb1_dp_offload_bg
+# . python tc_compaan_unb1_dp_offload_bg_lb.py --unb # --fn 0,1
+# . Use tcpdump to view the received packets.
 
 from common import *
 import test_case