Skip to content

Commit

Permalink
Update src/pineko/cli/fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Magni <[email protected]>
  • Loading branch information
andreab1997 and giacomomagni authored Sep 21, 2023
1 parent b4fd0d3 commit 175ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/cli/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_list_grids_name(yaml_file):
@click.option("--FFNS4til", type=int, help="theoryID containing the ffns4til fktable")
@click.option("--FFNS4bar", type=int, help="theoryID containing the ffns4bar fktable")
@click.option("--FFN04", type=int, help="theoryID containing the ffn04 fktable")
@click.option("--FFNS5", type=int, help="theoryID containing the ffns4 fktable")
@click.option("--FFNS5", type=int, help="theoryID containing the ffns5 fktable")
@click.option("--FFNS5til", type=int, help="theoryID containing the ffns5til fktable")
@click.option("--FFNS5bar", type=int, help="theoryID containing the ffns5bar fktable")
@click.option("--overwrite", is_flag=True, help="Allow files to be overwritten")
Expand Down

0 comments on commit 175ee2a

Please sign in to comment.