Skip to content

Commit

Permalink
UnQLite as a TAR/ZIP archive
Browse files Browse the repository at this point in the history
  • Loading branch information
symisc committed May 22, 2019
1 parent 033ad46 commit ad29814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/unqlite_tar.c
Expand Up @@ -63,7 +63,7 @@ static const char zBanner[] = {
static void Help(void)
{
puts(zBanner);
puts("unqlite_tar db_name (-r|-w|-i) file1 [filen...]");
puts("unqlite_tar db_name (-r|-w|-i) file1 [file2 ...]");
puts("\t-w: Store one or more files in the database");
puts("\t-r: Extract records from the database");
puts("\t-i: Iterate over the stored files");
Expand Down

0 comments on commit ad29814

Please sign in to comment.