Revision a2af88f6

b/gr-digital/examples/narrowband/receive_path.py
121 121
        """
122 122
        Adds receiver-specific options to the Options Parser
123 123
        """
124
        if not normal.has_option("--bitrate"):
125
            normal.add_option("-r", "--bitrate", type="eng_float", default=100e3,
126
                              help="specify bitrate [default=%default].")
124 127
        normal.add_option("-v", "--verbose", action="store_true", default=False)
125 128
        expert.add_option("-S", "--samples-per-symbol", type="float", default=2,
126 129
                          help="set samples/symbol [default=%default]")

Also available in: Unified diff