Spelling typo

This commit is contained in:
nirgal
2020-10-18 08:59:36 +00:00
committed by GitHub
parent 02735e10db
commit 6a41020538

View File

@@ -89,7 +89,7 @@ int main (int argc, char **argv) {
fprintf (stderr, "Usage: %s [options] <database filename> <query name>\n",argv[0]); fprintf (stderr, "Usage: %s [options] <database filename> <query name>\n",argv[0]);
fprintf (stderr, "where options are:\n"); fprintf (stderr, "where options are:\n");
fprintf (stderr, " -L\t\t\tList queries in the database (default if no query name is passed)\n"); fprintf (stderr, " -L\t\t\tList queries in the database (default if no query name is passed)\n");
fprintf (stderr, " -1\t\t\tUse newline as the delimiter (used in conjuction with listing)\n"); fprintf (stderr, " -1\t\t\tUse newline as the delimiter (used in conjunction with listing)\n");
fprintf (stderr, " -d <delimiter>\tSpecify delimiter to use\n"); fprintf (stderr, " -d <delimiter>\tSpecify delimiter to use\n");
exit (1); exit (1);
} }