mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
hwdb: fix usage
--create is not a valid option.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user