Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remontti authored Dec 27, 2019
1 parent f8c6618 commit d4d2786
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ rm 0.1.zip
<b>Modelo de uso:</b>

- -m: Para enviar uma mensagem
<pre>telegram -m "ID Chat" "Meu assunto" "Minha mensagem..."</pre>
<pre>telegram -m "123456789" "Notificação" "Ataque identificado"</pre>
<pre>telegram -m "ID Chat" "Meu assunto" "Minha mensagem..."
telegram -m "123456789" "Notificação" "Ataque identificado"</pre>

- -f: Para enviar um arquivo (o memos será zipado)
<pre>telegram -f "ID Chat" "/diretorio/arquivo" "nome do arquivo zip" "Comentário"</pre>
<pre>telegram -f 12345689 /var/log/syslog syslog "Logs do sistema"</pre>
<pre>telegram -f "ID Chat" "/diretorio/arquivo" "nome do arquivo zip" "Comentário"
telegram -f 12345689 /var/log/syslog syslog "Logs do sistema"</pre>

0 comments on commit d4d2786

Please sign in to comment.