From 6f13f6f87abafde64d8d770a568787233f734c1d Mon Sep 17 00:00:00 2001 From: Fare9 Date: Thu, 11 May 2017 09:23:47 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08cdb4..0ff43e6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ write to my email address: farenain9@gmail.com

New argument parser !!!

-```python + +```Python parser = argparse.ArgumentParser(description="AndroidSwissKnife application to help in apk analysis") parser.add_argument("--install",action="store_true",help="To install some necessary tools") @@ -39,7 +40,7 @@ write to my email address: farenain9@gmail.com ``` -```python +```Python totalHelp = ''' All help is here...