summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 689a775..2a5f1b3 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -369,6 +369,8 @@ int main(int argc, char *argv[])
unsigned int exclude_start_position = 0, exclude_end_position = 0; // [x,y)
char *tempstr = NULL, *tempstr2 = NULL;
+ print_version();
+
if (argc > 1) {
/* Yes, print them. */
int i;
@@ -438,7 +440,7 @@ int main(int argc, char *argv[])
exit(0);
break;
case 'R':
- print_version();
+ /* print_version() is always called during startup. */
exit(0);
break;
case 'h':
OpenPOWER on IntegriCloud