Author: trondeau
Date: 2007-06-02 23:18:42 -0600 (Sat, 02 Jun 2007)
New Revision: 5631

Modified:
   
gnuradio/branches/features/ofdm/receiver/gnuradio-examples/python/ofdm/benchmark_ofdm.py
Log:
simple command-line changes

Modified: 
gnuradio/branches/features/ofdm/receiver/gnuradio-examples/python/ofdm/benchmark_ofdm.py
===================================================================
--- 
gnuradio/branches/features/ofdm/receiver/gnuradio-examples/python/ofdm/benchmark_ofdm.py
    2007-06-03 05:17:16 UTC (rev 5630)
+++ 
gnuradio/branches/features/ofdm/receiver/gnuradio-examples/python/ofdm/benchmark_ofdm.py
    2007-06-03 05:18:42 UTC (rev 5631)
@@ -149,9 +149,9 @@
                       help="set frequency offset introduced by channel 
[default=%default]")
     parser.add_option("","--discontinuous", type="int", default=0,
                       help="enable discontinous transmission, burst of N 
packets [Default is continuous]")
-    parser.add_option("","--channel_on", action="store_true", default=True,
+    parser.add_option("","--channel-on", action="store_true", default=True,
                       help="Enables AWGN, freq offset")
-    parser.add_option("","--multipath_on", action="store_true", default=False,
+    parser.add_option("","--multipath-on", action="store_true", default=False,
                       help="enable multipath")
 
     transmit_path.add_options(parser, expert_grp)



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to