[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11183 - gnuradio/branches/developers/jblum/digital
From: |
jblum |
Subject: |
[Commit-gnuradio] r11183 - gnuradio/branches/developers/jblum/digital |
Date: |
Wed, 10 Jun 2009 23:04:49 -0600 (MDT) |
Author: jblum
Date: 2009-06-10 23:04:48 -0600 (Wed, 10 Jun 2009)
New Revision: 11183
Modified:
gnuradio/branches/developers/jblum/digital/usrp_options.py
Log:
Make the mac-addr option -a so it will not conflict with modulation.
Modified: gnuradio/branches/developers/jblum/digital/usrp_options.py
===================================================================
--- gnuradio/branches/developers/jblum/digital/usrp_options.py 2009-06-10
07:38:43 UTC (rev 11182)
+++ gnuradio/branches/developers/jblum/digital/usrp_options.py 2009-06-11
05:04:48 UTC (rev 11183)
@@ -56,7 +56,7 @@
#usrp2 options
pg.usrp2_grp.add_option("-e", "--interface", type="string", default="eth0",
help="Use USRP2 at specified Ethernet interface
[default=%default]")
- pg.usrp2_grp.add_option("-m", "--mac-addr", type="string", default="",
+ pg.usrp2_grp.add_option("-a", "--mac-addr", type="string", default="",
help="Use USRP2 at specified MAC address [default=None]")
return pg
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11183 - gnuradio/branches/developers/jblum/digital,
jblum <=