diff options
Diffstat (limited to 'util/lxbios/common.c')
-rw-r--r-- | util/lxbios/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/lxbios/common.c b/util/lxbios/common.c index 71018a7a24..cb9e9c817b 100644 --- a/util/lxbios/common.c +++ b/util/lxbios/common.c @@ -8,9 +8,9 @@ * UCRL-CODE-2003-012 * All rights reserved. * - * This file is part of lxbios, a utility for reading/writing coreboot + * This file is part of nvramtool, a utility for reading/writing coreboot * parameters and displaying information from the coreboot table. - * For details, see http://coreboot.org/Lxbios. + * For details, see http://coreboot.org/nvramtool. * * Please also read the file DISCLAIMER which is included in this software * distribution. @@ -32,7 +32,7 @@ #include "common.h" /* basename of this program, as reported by argv[0] */ -const char prog_name[] = "lxbios"; +const char prog_name[] = "nvramtool"; /* version of this program */ const char prog_version[] = "2.0.1"; |