X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=scripts%2Fml-web.py;h=773be00e1cbefd9f007b090c7582087c0a286861;hb=b1dff250905c4fa2350d3e7f97f15c67aceac4bc;hp=0387bc67088abab00d464681cae3f5afd70e6968;hpb=0a6c338f3fb637c8d04a72aed92e809f61f9c2d2;p=m_librarian.git diff --git a/scripts/ml-web.py b/scripts/ml-web.py index 0387bc6..773be00 100755 --- a/scripts/ml-web.py +++ b/scripts/ml-web.py @@ -18,7 +18,7 @@ def start_browser(port): if __name__ == '__main__': - parser = argparse.ArgumentParser(description='Init') + parser = argparse.ArgumentParser(description='m_Librarin web interface') parser.add_argument('-p', '--port', help='HTTP server port') args = parser.parse_args()