Fix to reload dbusers

Tidyup show service output
This commit is contained in:
Mark Riddoch
2014-06-25 13:01:32 +01:00
parent 792ae454f4
commit fa08a141e4
2 changed files with 14 additions and 10 deletions

View File

@ -300,7 +300,7 @@ struct subcommand reloadoptions[] = {
{ "dbusers", 1, reload_dbusers,
"Reload the dbuser data for a service. E.g. reload dbusers \"splitter service\"",
"Reload the dbuser data for a service. E.g. reload dbusers 0x849420",
{ARG_TYPE_DBUSERS, 0, 0} },
{ARG_TYPE_SERVICE, 0, 0} },
{ NULL, 0, NULL, NULL, NULL,
{0, 0, 0} }
};