MCPcopy Create free account
hub / github.com/audacity/audacity / arUsage

Function arUsage

lib-src/sqlite/shell.c:16194–16197  ·  view source on GitHub ↗

** Print a usage message for the .ar command to stderr and return SQLITE_ERROR. */

Source from the content-addressed store, hash-verified

16192** Print a usage message for the .ar command to stderr and return SQLITE_ERROR.
16193*/
16194static int arUsage(FILE *f){
16195 showHelp(f,"archive");
16196 return SQLITE_ERROR;
16197}
16198
16199/*
16200** Print an error message for the .ar command to stderr and return

Callers 2

arParseCommandFunction · 0.85
arDotCommandFunction · 0.85

Calls 1

showHelpFunction · 0.85

Tested by

no test coverage detected