1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Oned: Fix typo in help (#553)

This commit is contained in:
Mariano Guezuraga 2017-11-17 15:49:11 +01:00 committed by Ruben S. Montero
parent 56341375b6
commit fa727a7e13

View File

@ -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";
}
/* ------------------------------------------------------------------------- */