Added "url" option in help section of paster.py

This commit is contained in:
Vividh Mariya
2020-04-12 01:12:20 +05:30
committed by GitHub
parent 204e3e175e
commit fbc765d590

View File

@@ -53,6 +53,7 @@ def main(theargs):
-b --buffer_size\tPacket size in bytes. -b --buffer_size\tPacket size in bytes.
-l --log_file\t\tPath to log file. -l --log_file\t\tPath to log file.
-h --help\t\tDisplay this message -h --help\t\tDisplay this message
-u --url\t\tSpecify the url to append to when giving the link to the user.
""" """
try: try:
if theargs[0] == "-h" or theargs[0] == "--help": if theargs[0] == "-h" or theargs[0] == "--help":