From 1eb0122fc76e7d167d076568e7ccaf3deb9f3e7a Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 16 Nov 2018 19:21:11 +0100 Subject: [PATCH] pkgman: a bit more detail on usage I forgot that there are special usage texts for the individual pkgman commands. Make that a bit clearer in the usage text now. Change-Id: Ia6641b2aa20d03a67d9dedddabf3a1f34d324322 Reviewed-on: https://review.haiku-os.org/702 Reviewed-by: waddlesplash --- src/bin/pkgman/pkgman.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pkgman/pkgman.cpp b/src/bin/pkgman/pkgman.cpp index 3d09f1d581..52562b780d 100644 --- a/src/bin/pkgman/pkgman.cpp +++ b/src/bin/pkgman/pkgman.cpp @@ -38,8 +38,8 @@ static const char* const kUsage = "%s" "Other commands:\n" "%s" - "Common Options:\n" - " -h, --help - Print usage info.\n" + "Common options:\n" + " -h, --help - Print usage info for a specific command.\n" ;