Skip to content

Commit

Permalink
Update show_usage()
Browse files Browse the repository at this point in the history
Added missing action unbuild.
Added missing options --rpm_safe_upgrade, --dkmstree, --sourcetree
and --installtree.

Signed-off-by: Mart Frauenlob <[email protected]>
  • Loading branch information
AllKind authored and scaronni committed Dec 7, 2023
1 parent 2016493 commit d577a1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dkms.in
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,14 @@ mktemp_or_die() {
show_usage()
{
echo $"Usage: $0 [action] [options]"
echo $" [action] = { add | remove | build | install | uninstall | match | autoinstall |"
echo $" mktarball | ldtarball | status }"
echo $" [action] = { add | remove | build | unbuild | install | uninstall | match |"
echo $" autoinstall | mktarball | ldtarball | status }"
echo $" [options] = [-m module] [-v module-version] [-k kernel-version] [-a arch]"
echo $" [-c dkms.conf-location] [-q] [--force] [--force-version-override] [--all]"
echo $" [--templatekernel=kernel] [--directive='cli-directive=cli-value']"
echo $" [--config=kernel-.config-location] [--archive=tarball-location]"
echo $" [--kernelsourcedir=source-location]"
echo $" [--kernelsourcedir=source-location] [--rpm_safe_upgrade]"
echo $" [--dkmstree path] [--sourcetree path] [--installtree path]"
echo $" [--binaries-only] [--source-only] [--verbose]"
echo $" [--no-depmod] [--modprobe-on-install] [-j number] [--version]"
}
Expand Down

0 comments on commit d577a1f

Please sign in to comment.