hwdb: fix usage

--create is not a valid option.
This commit is contained in:
Tom Gundersen 2012-11-21 02:47:48 +01:00
parent 555d5c0cb5
commit e32a4e1ef4
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ static int import_file(struct trie *trie, const char *filename) {
}
static void help(void) {
printf("Usage: udevadm hwdb [--create] [--help]\n"
printf("Usage: udevadm hwdb OPTIONS\n"
" --update update the hardware database\n"
" --test <modalias> query database and print result\n"
" --help\n\n");