From a0ada2b9d3322efce360068a02bb4a0463cd3ea6 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 2 Oct 2020 18:38:44 +0200 Subject: [PATCH] Format the usage slightly differently. --- plocate.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2