summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 2c77ff3..689a775 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -326,7 +326,7 @@ void usage(const char *name)
void print_version(void)
{
- printf("flashrom r%s\n", FLASHROM_VERSION);
+ printf("flashrom v%s\n", FLASHROM_VERSION);
}
int main(int argc, char *argv[])
OpenPOWER on IntegriCloud