$OpenBSD: patch-src_main_options_cpp,v 1.1 2018/04/28 18:10:04 bcallah Exp $

clang6 fix

Index: src/main_options.cpp
--- src/main_options.cpp.orig
+++ src/main_options.cpp
@@ -147,7 +147,7 @@ bool ParseSecondaryOptions(const std::string &vars, st
 void PrintUsage()
 {
     std::cout
-            << "usage: "APPSHORTNAME" [options]" << std::endl
+            << "usage: " APPSHORTNAME " [options]" << std::endl
             << "  --check/-c        :: checks all files for integrity" << std::endl
             << "  --debug/-d <args> :: enables debug statements in specified sections of the" << std::endl
             << "                       program, where <args> can be:" << std::endl
