Skip to content
Snippets Groups Projects
Commit dfc31b51 authored by Jani Nikula's avatar Jani Nikula
Browse files

dim: make help system slightly more helpful

parent 382fe347
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ while getopts df opt; do
FORCE=1
;;
*)
echo "Try 'dim help' for more information."
exit
esac
done
......@@ -741,7 +742,7 @@ Checks out the drm-intel-fixes branch or dinq respectively for
merging patches.
apply-branch|ab|sob branch [*git am arguments*]
-------------------------------------------
-----------------------------------------------
Applys a patch to the given branch, complaining if it is not
checked out yet.
......@@ -825,6 +826,10 @@ in the current directory.
checker
-------
Run sparse on the kernel.
help
----
Show this help. Install **rst2man(1)** for best results.
HERE
exit 0
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment