comparison doc/html/irccdctl/command/rule-edit.md @ 512:b8da1d8c2a72

Docs: use ``` as fenced code blocks
author David Demelier <markand@malikania.fr>
date Fri, 20 Oct 2017 11:43:36 +0200
parents acb2d4990249
children
comparison
equal deleted inserted replaced
511:f912379cc1a3 512:b8da1d8c2a72
21 - **s, --add-server**: match a server 21 - **s, --add-server**: match a server
22 - **S, --remove-server**: remove a server 22 - **S, --remove-server**: remove a server
23 23
24 ## Usage 24 ## Usage
25 25
26 ````nohighlight 26 ```nohighlight
27 usage: irccdctl rule-edit [options] index 27 usage: irccdctl rule-edit [options] index
28 ```` 28 ```
29 29
30 ## Example 30 ## Example
31 31
32 ````nohighlight 32 ```nohighlight
33 $ irccdctl rule-edit -p hangman 0 33 $ irccdctl rule-edit -p hangman 0
34 $ irccdctl rule-edit -S localhost -c #games -p hangman 1 34 $ irccdctl rule-edit -S localhost -c #games -p hangman 1
35 ```` 35 ```