File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ Usage: neopdf read <COMMAND>
1010Commands:
1111 metadata Print the metadata of a PDF set
1212 num_subgrids Print the number of subgrids in a PDF set
13- subgrid_info Print the subgrid info (nucleons, alphas, x, Q2) for a given subgrid index
13+ subgrid-info Print the subgrid info (nucleons, alphas, x, Q2) for a given subgrid index
14+ subgrid Print the contents of a subgrid
1415 git-version Print the git version of the code that generated the PDF
1516 help Print this message or the help of the given subcommand(s)
1617
@@ -143,7 +144,7 @@ fn read_num_subgrid_info_lhapdf() {
143144 . unwrap ( )
144145 . args ( [
145146 "read" ,
146- "subgrid_info " ,
147+ "subgrid-info " ,
147148 "--pdf-name" ,
148149 "NNPDF40_nnlo_as_01180" ,
149150 "--member" ,
@@ -162,7 +163,7 @@ fn read_num_subgrid_info_neopdf() {
162163 . unwrap ( )
163164 . args ( [
164165 "read" ,
165- "subgrid_info " ,
166+ "subgrid-info " ,
166167 "--pdf-name" ,
167168 "NNPDF40_nnlo_as_01180.neopdf.lz4" ,
168169 "--member" ,
You can’t perform that action at this time.
0 commit comments