common: Don't print '-B backendname' in help when called as a specific backend.

This commit is contained in:
Solomon Peachy 2014-02-11 20:13:39 -05:00
parent 5f8780cc3c
commit 12358843c7
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ static void print_help(char *argv0, struct dyesub_backend *backend)
DEBUG("Standalone %s backend version %s\n",
backend->name, backend->version);
DEBUG("\t%s\n", backend->uri_prefix);
DEBUG("\t[ -D ] [ -S serialnum ] [ -B backendname ] \n");
DEBUG("\t[ -D ] [ -S serialnum ] \n");
DEBUG("\t[ -V extra_vid ] [ -P extra_pid ] [ -T extra_type ] \n");
DEBUG("\t\t[ infile | - ]\n");