diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-20 14:39:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-20 14:39:55 -0700 |
commit | a0bdd2d25aee9934c4457eb5f05341927438fb1e (patch) | |
tree | 33d6b1c5f13d8efc3b0f81003c298ed6be73fad3 /host/docs | |
parent | 0c71a9e6383eeba32ee5f28ca51301d5da407468 (diff) | |
download | uhd-a0bdd2d25aee9934c4457eb5f05341927438fb1e.tar.gz uhd-a0bdd2d25aee9934c4457eb5f05341927438fb1e.tar.bz2 uhd-a0bdd2d25aee9934c4457eb5f05341927438fb1e.zip |
split the card burner into two python apps, one command line app with implementation, and the other a gui only app, updated docs as well
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 4731b73cf..c4a7aa64f 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -57,7 +57,7 @@ Use the card burner tool (unix) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: - sudo <prefix>/share/uhd/utils/usrp2_card_burner.py --gui + sudo <prefix>/share/uhd/utils/usrp2_card_burner_gui.py -- OR -- @@ -70,7 +70,7 @@ Use the card burner tool (windows) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ :: - <path_to_python.exe> <prefix>/share/uhd/utils/usrp2_card_burner.py --gui + <path_to_python.exe> <prefix>/share/uhd/utils/usrp2_card_burner_gui.py ------------------------------------------------------------------------ |