aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-12 13:46:30 +0200
committerGravatar Tom Willemse2014-04-12 13:46:30 +0200
commit135c366f6223ecec4f7980ef3cf82c265db2b041 (patch)
treeb4b87ae51a12e208baeb7e4f8f8599e953de56cc
parent35b7e1fba03222ec89d6f7fb1d589246d891c460 (diff)
downloadcommit-check-135c366f6223ecec4f7980ef3cf82c265db2b041.tar.gz
commit-check-135c366f6223ecec4f7980ef3cf82c265db2b041.zip
Update README
-rw-r--r--README.org26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.org b/README.org
index cf3227f..dd9a4da 100644
--- a/README.org
+++ b/README.org
@@ -33,23 +33,23 @@
executable, or a script running this program (passing along all
arguments).
-*** Usage
+** Usage
- When used as a git ~commit-msg~ hook it should just be a question of
- getting it in the right place and it'll work. If, however, you
- have another use for it and need to run it manually, there are
- some command-line options that you can use:
+ When used as a git ~commit-msg~ hook it should just be a question of
+ getting it in the right place and it'll work. If, however, you
+ have another use for it and need to run it manually, there are
+ some command-line options that you can use:
- - =-h= :: Show a short help message to help you along.
- - =-0= :: Always exit with a ~0~ exit status.
+ - =-h= :: Show a short help message to help you along.
+ - =-0= :: Always exit with a ~0~ exit status.
- Some tools, such as the before-mentioned Flycheck, don't like it
- when the back-end tool exits with a non-zero exit status and think
- that means that the tool failed to run. To keep such tools happy
- the =-0= can be used.
+ Some tools, such as the before-mentioned Flycheck, don't like it
+ when the back-end tool exits with a non-zero exit status and think
+ that means that the tool failed to run. To keep such tools happy
+ the =-0= can be used.
- commit check expects the file to check as the last argument on the
- command line (or actually, the first non-option argument).
+ commit check expects the file to check as the last argument on the
+ command line (or actually, the first non-option argument).
** License