From 9368be0fda6d2bcefb93229891bab292cd87228d Mon Sep 17 00:00:00 2001 From: Sagi Dayan Date: Sun, 29 Mar 2020 12:38:40 +0000 Subject: [PATCH] Update 'README.md' --m -> -m --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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