diff options
Diffstat (limited to 'grc/scripts/grc')
-rwxr-xr-x | grc/scripts/grc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grc/scripts/grc b/grc/scripts/grc index 4073c92f8..11f9c60d3 100755 --- a/grc/scripts/grc +++ b/grc/scripts/grc @@ -18,12 +18,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -from gnuradio.grc.gui.Constants import FLOW_GRAPH_FILE_EXTENSION from gnuradio.grc.platforms.base.Constants import VERSION from optparse import OptionParser if __name__ == "__main__": - usage = 'usage: %%prog [options] [optional_flow_graphs%s]'%FLOW_GRAPH_FILE_EXTENSION + usage = 'usage: %prog [options] [saved flow graphs]' version = """ GNU Radio Companion %s |