Skip to content

Commit

Permalink
targets/sayma_rtm: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jun 18, 2018
1 parent 21a4871 commit 6f3ed81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/sayma_rtm.py
Expand Up @@ -214,7 +214,7 @@ def __init__(self, platform):

def main():
parser = argparse.ArgumentParser(
description="ARTIQ device binary builder for Kasli systems")
description="Sayma RTM gateware builder")
parser.add_argument("--output-dir", default="artiq_sayma/rtm_gateware",
help="output directory for generated "
"source files and binaries")
Expand Down

0 comments on commit 6f3ed81

Please sign in to comment.