Added modification to console.py for show console.py command how paramecio

This commit is contained in:
Antonio de la Rosa 2016-08-02 05:24:32 +02:00
parent 95f7beed17
commit 63f8900fc7

View file

@ -14,7 +14,7 @@ from urllib.parse import urlparse
def start(): def start():
parser=argparse.ArgumentParser(description='A tool for create new paramecio sites') parser=argparse.ArgumentParser(prog='paramecio', description='A tool for create new paramecio sites')
parser.add_argument('--path', help='The path where the paramecio site is located', required=True) parser.add_argument('--path', help='The path where the paramecio site is located', required=True)