summaryrefslogtreecommitdiff
path: root/alot/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/__main__.py')
-rw-r--r--alot/__main__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/__main__.py b/alot/__main__.py
index d68b5b87..13679cb9 100644
--- a/alot/__main__.py
+++ b/alot/__main__.py
@@ -16,6 +16,8 @@ from alot.commands import CommandParseError, COMMANDS
def main():
+ """The main entry point to alot. It parses the command line and prepares
+ for the user interface main loop to run."""
# set up the parser to parse the command line options.
parser = argparse.ArgumentParser()
parser.add_argument('-v', '--version', action='version',