summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5ff9dd4)
raw | patch | inline | side by side (parent: 5ff9dd4)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 Apr 2014 12:27:52 +0000 (14:27 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 18 Apr 2014 12:27:52 +0000 (14:27 +0200) |
src/tools/sysdbd/configfile.c | patch | blob | history |
index 9579d91e45cf02b8241302f3bb52dbfd56de996f..9e918d5c7f40af750929ed9a51d12238eae42971 100644 (file)
if (oconfig_get_string(ci, &name)) {
sdb_log(SDB_LOG_ERR, "config: %s requires a single "
"string argument\n"
- "\tUsage: LoadBackend BACKEND",
- ci->key);
+ "\tUsage: <%s NAME>...</%s>",
+ ci->key, ci->key, ci->key);
return ERR_INVALID_ARG;
}