From: Steinar H. Gunderson Date: Fri, 2 Oct 2020 16:38:44 +0000 (+0200) Subject: Format the usage slightly differently. X-Git-Tag: 1.0.0~64 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a0ada2b9d3322efce360068a02bb4a0463cd3ea6;p=plocate Format the usage slightly differently. --- diff --git a/plocate.cpp b/plocate.cpp index d935c88..fa70f76 100644 --- a/plocate.cpp +++ b/plocate.cpp @@ -433,6 +433,7 @@ void usage() { // The help text comes from mlocate. printf("Usage: plocate [OPTION]... PATTERN...\n"); + printf("\n"); printf(" -d, --database DBPATH use DBPATH instead of default database (which is\n"); printf(" %s)\n", dbpath); printf(" -h, --help print this help\n");