From 8c6f092ced2b17e4e8ddcb254281aa97e43b00d7 Mon Sep 17 00:00:00 2001 From: Sunny Date: Wed, 16 Apr 2014 17:18:20 +0200 Subject: [PATCH] typo in "usage" typo in "usage" for bash --- python/vps-login-notifier.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/vps-login-notifier.py b/python/vps-login-notifier.py index 9303612..3d4041c 100644 --- a/python/vps-login-notifier.py +++ b/python/vps-login-notifier.py @@ -13,8 +13,8 @@ # Usage: # put following instructions to ~/.bash_profile (if you use bash): # -# if [ -r vps-login-notifier.py]; then -# python vps-login-notifier.python ~/.vps-login-notifier.conf.json +# if [ -r vps-login-notifier.py ]; then +# python vps-login-notifier.py ~/vps-login-notifier.conf.json # fi # # Then you will receive an email when anybody logins to your site.