build: Fix android.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 38m48s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 38m48s
This commit is contained in:
@ -1698,7 +1698,9 @@ static int _tf_command_run(const char* file, int argc, char* argv[])
|
|||||||
if (show_usage)
|
if (show_usage)
|
||||||
{
|
{
|
||||||
tf_printf("\nUsage: %s run [options]\n\n", file);
|
tf_printf("\nUsage: %s run [options]\n\n", file);
|
||||||
|
#if !defined(__ANDROID__)
|
||||||
tf_printf("%s\n\n", _description("run"));
|
tf_printf("%s\n\n", _description("run"));
|
||||||
|
#endif
|
||||||
tf_printf("options:\n");
|
tf_printf("options:\n");
|
||||||
tf_printf(" -s, --script script Script to run (default: core/core.js).\n");
|
tf_printf(" -s, --script script Script to run (default: core/core.js).\n");
|
||||||
tf_printf(" -d, --db-path path SQLite database path (default: %s).\n", default_db_path);
|
tf_printf(" -d, --db-path path SQLite database path (default: %s).\n", default_db_path);
|
||||||
@ -1784,7 +1786,9 @@ static int _tf_command_sandbox(const char* file, int argc, char* argv[])
|
|||||||
if (show_usage)
|
if (show_usage)
|
||||||
{
|
{
|
||||||
tf_printf("\nUsage: %s sandbox [options]\n\n", file);
|
tf_printf("\nUsage: %s sandbox [options]\n\n", file);
|
||||||
|
#if !defined(__ANDROID__)
|
||||||
tf_printf("%s\n\n", _description("sandbox"));
|
tf_printf("%s\n\n", _description("sandbox"));
|
||||||
|
#endif
|
||||||
tf_printf("options:\n");
|
tf_printf("options:\n");
|
||||||
tf_printf(" -h, --help Show this usage information.\n");
|
tf_printf(" -h, --help Show this usage information.\n");
|
||||||
tf_printf(" -f, --fd File descriptor with which to communicate with parent process.\n");
|
tf_printf(" -f, --fd File descriptor with which to communicate with parent process.\n");
|
||||||
|
Reference in New Issue
Block a user