Migrate README to markdown format
This commit is contained in:
parent
429a960ce0
commit
20894a51bf
1 changed files with 7 additions and 5 deletions
|
@ -4,16 +4,18 @@ Nagios plugin to check Git Repository status
|
||||||
Usage
|
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)
|
-g [directory] Specify Git root directory (default : /srv/common)
|
||||||
-c Check Git remote state
|
-c Check Git remote state
|
||||||
-r [remote] Specify Git remote to check (default : origin)
|
-r [remote] Specify Git remote to check (default : origin)
|
||||||
-d Enable debug mode
|
-d Enable debug mode
|
||||||
|
```
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Copyright (c) 2013 Benjamin Renard
|
Copyright (c) 2018 Benjamin Renard
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
Loading…
Reference in a new issue