]> git.ipfire.org Git - pakfire.git/commitdiff
cli: pakfire-builder: Update help text
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Sep 2023 10:48:33 +0000 (10:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Sep 2023 10:48:33 +0000 (10:48 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/pakfire-builder.c

index 1dc63f6e5d5636414f9876cd68a6406aed332a3c..2bd51c0b1698e8a9358bd97bf07c8178a3eb3d86 100644 (file)
@@ -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"