From 46c1c4669146ee3ea6c70d3d41be8fcb540b2114 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Wed, 18 Mar 2015 13:32:13 +0100 Subject: [PATCH] Docopt indent --- EMSL_api.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/EMSL_api.py b/EMSL_api.py index 3d4942d..243d2e0 100755 --- a/EMSL_api.py +++ b/EMSL_api.py @@ -4,12 +4,12 @@ """EMSL Api. Usage: - EMSL_api.py list_basis [--basis=...] - [--atom=...] - [--db_path=] - [--average_mo_number] - EMSL_api.py list_atoms --basis= - [--db_path=] + EMSL_api.py list_basis [--basis=...] + [--atom=...] + [--db_path=] + [--average_mo_number] + EMSL_api.py list_atoms --basis= + [--db_path=] EMSL_api.py get_basis_data --basis= [--atom=...] [--db_path=] @@ -17,7 +17,7 @@ Usage: [--check=] [--treat_l] EMSL_api.py list_formats - EMSL_api.py create_db --format= + EMSL_api.py create_db --format= [--db_path=] [--no-contraction] EMSL_api.py (-h | --help)