From 484dd90aba6155b807cadd1fc747ec59c3602d01 Mon Sep 17 00:00:00 2001 From: chakib benziane Date: Fri, 23 May 2014 16:29:43 +0200 Subject: [PATCH] improve doc --- README.rst | 15 ++++++--------- tmpbrowse/tmpbrowse.py | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 89cb890..feb03b9 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,11 @@ -===================================== -tmpbrowse - Spawn test browser sessions -===================================== +tmpbrowse - Spawn browser sessions for testing +---------------------------------------------- -This tool helps you spawn temporary browser sessions (only chrome for instance) -in a sandboxed user dir to securely test your web app without worrying about +This tool helps you spawn temporary browser sessions in a sandboxed user dir to securely test your web app without worrying about clearing cache, extensions ... Installation -============ +------------ Using pypi repository:: @@ -19,12 +17,11 @@ Forking this repo:: Usage -===== +----- -:: TODO -==== +---- - Better browser abstraction diff --git a/tmpbrowse/tmpbrowse.py b/tmpbrowse/tmpbrowse.py index 36decb3..011e369 100755 --- a/tmpbrowse/tmpbrowse.py +++ b/tmpbrowse/tmpbrowse.py @@ -52,7 +52,7 @@ class SpawnBrowser(object): def cli_run(): """docstring for cli_run""" parser = argparse.ArgumentParser( - description='Spawn a sandboxed chrome instance per project') + description='Spawn a sandboxed chrome instance per project (or other browsers)') parser.add_argument('-p', '--project-name', help='Project name to spawn a chrome instance for ') parser.add_argument('-l', help='List existing chrome project dirs',