From 1c9fb47a6bfccc3a9d0c563db496f34a369f94f1 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周日, 01 9月 2019 13:42:20 +0800 Subject: [PATCH] Merge pull request #39 from open-license-manager/gcontini-libbboost-date-time --- src/tools/bootstrap/bootstrap.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tools/bootstrap/bootstrap.cpp b/src/tools/bootstrap/bootstrap.cpp index 61c764c..4af84e9 100644 --- a/src/tools/bootstrap/bootstrap.cpp +++ b/src/tools/bootstrap/bootstrap.cpp @@ -95,7 +95,7 @@ string public_fname(argv[2]); if (file_exists(private_fname) || file_exists(public_fname)) { - printf("Key file exist, skipping key generation. Do 'make clean' to generate new keys.\n"); + printf("Key files exist, skipping key generation. Do 'make clean' to generate new keys.\n"); exit(0); } -- Gitblit v1.9.1