aboutsummaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-27 21:44:19 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-27 21:44:19 +0200
commit1983bacfbb84e2a410ebe663ac1fa7c1b22eb096 (patch)
tree106ddc90aa7aa92558415f89a8b39076ab508364 /shell.c
parent30526a688c8c8e9ffed34a07e959322f75bc639b (diff)
parentb5efa2c7bfa259f1b9f5afa68349e2742427de80 (diff)
downloadnissy-core-1983bacfbb84e2a410ebe663ac1fa7c1b22eb096.tar.gz
nissy-core-1983bacfbb84e2a410ebe663ac1fa7c1b22eb096.zip
Merge branch 'master' of tronto.net:h48
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell.c b/shell.c
index c1efcbd..66b1444 100644
--- a/shell.c
+++ b/shell.c
@@ -183,21 +183,21 @@ struct {
183 ), 183 ),
184 COMMAND( 184 COMMAND(
185 "datasize", 185 "datasize",
186 "datasize" _flag_solver " SOLVER " _flag_options " OPTIONS", 186 "datasize " _flag_solver " SOLVER " _flag_options " OPTIONS",
187 "Return the size in bytes of the data table used by " 187 "Return the size in bytes of the data table used by "
188 "SOLVER when called with the given OPTIONS.", 188 "SOLVER when called with the given OPTIONS.",
189 datasize_exec 189 datasize_exec
190 ), 190 ),
191 COMMAND( 191 COMMAND(
192 "gendata", 192 "gendata",
193 "gendata" _flag_solver " SOLVER " _flag_options " OPTIONS", 193 "gendata " _flag_solver " SOLVER " _flag_options " OPTIONS",
194 "Generate the data table used by " 194 "Generate the data table used by "
195 "SOLVER when called with the given OPTIONS.", 195 "SOLVER when called with the given OPTIONS.",
196 gendata_exec 196 gendata_exec
197 ), 197 ),
198 COMMAND( 198 COMMAND(
199 "solve", 199 "solve",
200 "solve" _flag_solver " SOLVER " _flag_options " OPTIONS " 200 "solve " _flag_solver " SOLVER " _flag_options " OPTIONS "
201 "[" _flag_minmoves " n] [" _flag_maxmoves " N] " 201 "[" _flag_minmoves " n] [" _flag_maxmoves " N] "
202 _flag_cube " CUBE", 202 _flag_cube " CUBE",
203 "Solve the given CUBE using SOLVER with the given OPTIONS, " 203 "Solve the given CUBE using SOLVER with the given OPTIONS, "

Generated with cgit - Back to sebastiano.tronto.net