Home
last modified time | relevance | path

Searched refs:zAppName (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dversion-info.c25 static void usage(const char *zAppName){ in usage() argument
27 printf("Usage: %s [--quote] --INFO-FLAG:\n\n", zAppName); in usage()
/sqlite-3.40.0/tool/
H A Dstripccomments.c205 static void usage(char const *zAppName){ in usage() argument
208 fprintf(stderr, "Usage: %s [--keep-first|-k] < input > output\n", zAppName); in usage()