From 1ce97d4589f7f7a8a6d1fc1028eb6e518cbca534 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