dbnothing does nothing
authorArt Cancro <ajc@citadel.org>
Fri, 25 Aug 2023 02:29:04 +0000 (17:29 -0900)
committerArt Cancro <ajc@citadel.org>
Fri, 25 Aug 2023 02:29:04 +0000 (17:29 -0900)
citadel/utils/dbnothing.c

index 914f9631f27be77e9da1348e82625fbacacc6142..5486e154f8d2edc8ff83dd22292b2a65af67b4cb 100644 (file)
@@ -1,4 +1,5 @@
-// Don't run this.  It doesn't work and if you try to run it you will immediately die.
+// This is a test utility for the backend API.  It simply opens and closes the databases.
+// There is no need for end users to ever run this program.  So don't.  And don't ask.
 //
 // Copyright (c) 2023 by Art Cancro citadel.org
 //
@@ -70,7 +71,7 @@ int main(int argc, char **argv) {
        cdb_open_databases();
 
        // do nothing
-       fprintf(stderr, "dbnothing: doing nothing\n");
+       fprintf(stderr, "\ndbnothing: doing nothing\n\n");
 
        // close databases
        cdb_close_databases();