Skip to content

Commit

Permalink
Add APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Oct 6, 2019
1 parent d4eaba8 commit 6b0117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aegis/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Application::~Application(void)
void Application::print_usage(void)
{
info("==========================================");
info(" +++ Aegis v%s +++++++++++++", APP_VERSION);
info(" +++ Aegis v{} +++++++++++++", APP_VERSION);
info(" Usage : {} [endpoint] [number of threads] [cache size]", m_binary_name);
info(" Exemple : {} https://ctz.solidwallet.io/api/v3 5 50", m_binary_name);
info("==========================================");
Expand Down

0 comments on commit 6b0117e

Please sign in to comment.