Skip to content

Commit

Permalink
Update --susie_prefixes argument help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-lourenco committed Mar 6, 2024
1 parent d9dbb6e commit e203083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_generate_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def parse_args():
parser = argparse.ArgumentParser()

parser.add_argument('--susie_prefixes',
help=('List of SuSiE prefixes'),
help=('List of semicolon-separated SuSiE prefixes (i.e. "x;y;z")'),
metavar='<str>',
type=str,
const='',
Expand Down

0 comments on commit e203083

Please sign in to comment.