diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:28:19 +0000 |
commit | 624faf9194e73e0913ccb67bc7154c1b6a2c0aed (patch) | |
tree | b6540eac4774f6fd2a4c52a2ee2a85209e8cd312 /dmiopt.h | |
parent | Releasing progress-linux version 3.5-3~progress7.99u1. (diff) | |
download | dmidecode-624faf9194e73e0913ccb67bc7154c1b6a2c0aed.tar.xz dmidecode-624faf9194e73e0913ccb67bc7154c1b6a2c0aed.zip |
Merging upstream version 3.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dmiopt.h')
-rw-r--r-- | dmiopt.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ * Command line handling of dmidecode * This file is part of the dmidecode project. * - * Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de> + * Copyright (C) 2005-2023 Jean Delvare <jdelvare@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,6 +47,7 @@ extern struct opt opt; #define FLAG_FROM_DUMP (1 << 5) #define FLAG_NO_SYSFS (1 << 6) #define FLAG_NO_QUIRKS (1 << 7) +#define FLAG_LIST (1 << 8) int parse_command_line(int argc, char * const argv[]); void print_help(void); |