diff --git a/README.md b/README.md index 2c091df..734826a 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ $ telme --init --profile ## Examples: ###### Simple message ```shell -$ telme --m "Message to send" +$ telme -m "Message to send" ``` In the next example a message will be sent every time the user `user` logs in to a tty. > Added the next lines at the bottom of `~/.profile` file ```shell # Telme on login -telme --m "A new Login:\n\`\`\` user: $(whoami) | hostname: $(hostname) | remote ip $(who | cut -d'(' -f2 | cut -d')' -f1)\`\`\` Hope this is you!" +telme -m "A new Login:\n\`\`\` user: $(whoami) | hostname: $(hostname) | remote ip $(who | cut -d'(' -f2 | cut -d')' -f1)\`\`\` Hope this is you!" ``` ###### Task message