From fbc765d590d9486185d277495a5a3c39db2d71c2 Mon Sep 17 00:00:00 2001 From: Vividh Mariya <55412084+MagnumDingusEdu@users.noreply.github.com> Date: Sun, 12 Apr 2020 01:12:20 +0530 Subject: [PATCH] Added "url" option in help section of paster.py --- paster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paster.py b/paster.py index 65eef84..b74e3ad 100755 --- a/paster.py +++ b/paster.py @@ -53,6 +53,7 @@ def main(theargs): -b --buffer_size\tPacket size in bytes. -l --log_file\t\tPath to log file. -h --help\t\tDisplay this message + -u --url\t\tSpecify the url to append to when giving the link to the user. """ try: if theargs[0] == "-h" or theargs[0] == "--help":