From 13c36c432bcad740950d905629d0285c1037ed36 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 18 May 2018 13:52:10 +0200 Subject: Update manpage --- src/main.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d578d24..89f3005 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,10 +27,14 @@ int main(int argc, char **argv) if(config->exists("help")) { std::cout << "smolbote " << SMOLBOTE_VERSION << ": yet another no-frills browser" << std::endl; - std::cout << "Usage: " << argv[0] << " [options] URL(s)" << std::endl; + std::cout << "Usage: " << argv[0] << " [options] URL(s)" << std::endl << std::endl; - std::cout << std::endl << "Command-line Options: " << std::endl << config->commandlineOptions() << std::endl; - std::cout << std::endl << "Configuration Options: " << std::endl << config->configurationOptions() << std::endl; + std::cout << "Command-line Options: " << std::endl << config->commandlineOptions() << std::endl; + std::cout << "Configuration Options: " << std::endl << config->configurationOptions() << std::endl; + +#ifdef Q_OS_LINUX + std::cout << std::endl << "For more information refer to the manual page smolbote.7" << std::endl; +#endif return 0; } -- cgit v1.2.1