Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fare9 authored May 11, 2017
1 parent 34a2794 commit 6f13f6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ write to my email address: farenain9@gmail.com


<p> <h3> New argument parser !!! </h3> </p>
```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")
Expand All @@ -39,7 +40,7 @@ write to my email address: farenain9@gmail.com

```

```python
```Python
totalHelp = '''
All help is here...
Expand Down

0 comments on commit 6f13f6f

Please sign in to comment.