diff --git a/artiq/gateware/targets/sayma_amc.py b/artiq/gateware/targets/sayma_amc.py index 76993f28c..f6e622f2f 100755 --- a/artiq/gateware/targets/sayma_amc.py +++ b/artiq/gateware/targets/sayma_amc.py @@ -494,7 +494,7 @@ def main(): parser.add_argument("--without-sawg", default=False, action="store_true", help="Remove SAWG RTIO channels feeding the JESD links (speeds up " - "compilation time). Replaces them with fixed sawtooth generators.") + "compilation time). Replaces them with fixed pattern generators.") args = parser.parse_args() variant = args.variant.lower()