From fa727a7e13549d83743be4332c3a221761c62556 Mon Sep 17 00:00:00 2001 From: Mariano Guezuraga Date: Fri, 17 Nov 2017 15:49:11 +0100 Subject: [PATCH] Oned: Fix typo in help (#553) --- src/nebula/oned.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nebula/oned.cc b/src/nebula/oned.cc index 705fe72591..be84b7d2ec 100644 --- a/src/nebula/oned.cc +++ b/src/nebula/oned.cc @@ -53,7 +53,7 @@ static void print_help() << " -v, --verbose\toutput version information and exit\n" << " -h, --help\tdisplay this help and exit\n" << " -f, --foreground\tforeground, do not fork the oned daemon\n" - << " -i, --init-db\tinitialize the dabase and exit\n"; + << " -i, --init-db\tinitialize the database and exit\n"; } /* ------------------------------------------------------------------------- */