From: Michael Tremer Date: Thu, 28 Sep 2023 10:48:33 +0000 (+0000) Subject: cli: pakfire-builder: Update help text X-Git-Tag: 0.9.30~1618 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3537c6d10728da652f5f61f3de1e51bb62a861dc;p=pakfire.git cli: pakfire-builder: Update help text Signed-off-by: Michael Tremer --- diff --git a/src/cli/pakfire-builder.c b/src/cli/pakfire-builder.c index 1dc63f6e5..2bd51c0b1 100644 --- a/src/cli/pakfire-builder.c +++ b/src/cli/pakfire-builder.c @@ -61,19 +61,12 @@ static void help(void) { "%s [OPTIONS...] COMMAND\n\n" "Options:\n" " -a --arch Run in different architecture\n" - " --config Configuration File\n" + " --distro Selects the distribution to compile for\n" " --debug Run in debug mode\n" " -h --help Show help\n" - " --offline Run in offline mode\n" - " --root The path to operate in\n" " --version Show version\n" - " -y --yes Assume yes for all questions\n" "\n" "Commands:\n" - " install Install packages\n" - " remove Removes packages\n" - " update Updates all installed packages\n" - " sync Synchronises the system with upstream\n" " search Search for packages\n" " provides Shows which package provides a dependency\n" " requires Shows which package requries a dependency\n"