--- a/parsero.py
+++ b/parsero.py
@@ -97,7 +97,7 @@
         salida = 0
     except urllib.error.URLError:
         print("\n" + bcolors.FAIL + "Please, type a valid URL. This URL can't be resolved." + bcolors.ENDC)
-        print("\n" + bcolors.FAIL + "e.g: python3 parsero.py -u www.behindthefirewalls.com -o -sb" + bcolors.ENDC + "\n")
+        print("\n" + bcolors.FAIL + "e.g: parsero -u www.behindthefirewalls.com -o -sb" + bcolors.ENDC + "\n")
         salida = 0
 
     http = urllib3.PoolManager()
