Migrate README to markdown format

This commit is contained in:
Benjamin Renard 2018-03-20 14:14:14 +01:00
parent 429a960ce0
commit 20894a51bf

View file

@ -4,16 +4,18 @@ Nagios plugin to check Git Repository status
Usage
-----
Usage : ./check_git_config -g [directory] [-c|-r remote] [-d]
``̀`
Usage : check_git_config -g [directory] [-c|-r remote] [-d]
-g [directory] Specify Git root directory (default : /srv/common)
-c Check Git remote state
-r [remote] Specify Git remote to check (default : origin)
-d Enable debug mode
-c Check Git remote state
-r [remote] Specify Git remote to check (default : origin)
-d Enable debug mode
```
Copyright
---------
Copyright (c) 2013 Benjamin Renard
Copyright (c) 2018 Benjamin Renard
License
-------