Skip to content

Commit 6229389

Browse files
committed
docs: remove backslash from compilation command in arkilian-dlq.c documentation
1 parent a0eb84b commit 6229389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/arkilian-dlq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// re-queued rows are removed from _dead_backup.
1717
//
1818
// Compile (macOS/Linux):
19-
// cc tools/arkilian-dlq.c src/deps/sqlite/sqlite3.c \
19+
// cc tools/arkilian-dlq.c src/deps/sqlite/sqlite3.c
2020
// -Isrc/deps/sqlite -o arkilian-dlq
2121

2222
#include <stdio.h>

0 commit comments

Comments
 (0)