Changeset View
Changeset View
Standalone View
Standalone View
src/bin/recorder.c
Show First 20 Lines • Show All 345 Lines • ▼ Show 20 Line(s) | 338 | do | |||
---|---|---|---|---|---|
346 | } | 346 | } | ||
347 | while (cur); | 347 | while (cur); | ||
348 | } | 348 | } | ||
349 | return EINA_TRUE; | 349 | return EINA_TRUE; | ||
350 | } | 350 | } | ||
351 | 351 | | |||
352 | static const Ecore_Getopt optdesc = { | 352 | static const Ecore_Getopt optdesc = { | ||
353 | "exactness_record", | 353 | "exactness_record", | ||
354 | "%prog [options] <-v|-t|-h> command", | 354 | "%prog [options] <-v|-t|-h> [--] command [arg1 arg2 ...]", | ||
355 | PACKAGE_VERSION, | 355 | PACKAGE_VERSION, | ||
356 | "(C) 2017 Enlightenment", | 356 | "(C) 2017 Enlightenment", | ||
357 | "BSD", | 357 | "BSD", | ||
358 | "A scenario recorder for EFL based applications.\n" | 358 | "A scenario recorder for EFL based applications.\n" | ||
359 | "\tF1 - Request stabilization\n" | 359 | "\tF1 - Request stabilization\n" | ||
360 | "\tF2 - Request shot\n" | 360 | "\tF2 - Request shot\n" | ||
361 | "\tF3 - Request to save the scenario\n", | 361 | "\tF3 - Request to save the scenario\n", | ||
362 | 1, | 362 | 1, | ||
▲ Show 20 Lines • Show All 167 Lines • Show Last 20 Lines |