Skip to content

Commit e8b475c

Browse files
Ankit Kumar SinghAnkit Kumar Singh
authored andcommitted
fix some minor typos
1 parent e65ad7f commit e8b475c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SoCLI [![PyPI version](https://badge.fury.io/py/socli.svg)](https://badge.fury.io/py/socli) [![Build Status](https://travis-ci.org/gautamkrishnar/socli.svg?branch=master)](https://travis-ci.org/gautamkrishnar/socli)
1+
# SoCLI [![PyPI version](https://badge.fury.io/py/socli.svg)](https://badge.fury.io/py/socli) [![Build Status](https://travis-ci.org/gautamkrishnar/socli.svg?branch=master)](https://travis-ci.org/gautamkrishnar/socli)
22
Stack overflow command line written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. Just use the **socli** command:
33

44
![SoCLI in action](https://cloud.githubusercontent.com/assets/8397274/16355211/ae134c66-3acd-11e6-807f-adb8f3bbcf44.gif)
@@ -99,7 +99,7 @@ Usage: socli [ Arguments] < Search Query >
9999
| -q | --query | Used to specify the query when arguments are used. A query value must be passed to it. If it is used alone (socli -q query) then it will display the same result as "socli query". | socli -i -q query |
100100
| -i | --interactive | Used to search interactively. It doesnt take any values. It must be followed by a -q or --query after it. | socli -i -q query |
101101
| -r | --res | Used for manual search. It takes the question number as the argument and it must be followed by a -q or --query after it. | socli -r 4 -q query |
102-
| -t | --tag | Specifies the tag to search for the query on stack overflow. It must be followed by a -q or --query after it. | socli -new js -q query |
102+
| -t | --tag | Specifies the tag to search for the query on stack overflow. It must be followed by a -q or --query after it. | socli -t js -q query |
103103
| -n | --new | Opens the web browser to create a new question on stack overflow. | socli --new |
104104
| -h | --help | Displays the help text. | socli --help |
105105

socli/socli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def helpman():
169169
print_header("\n\n< Search Query >:")
170170
print("\n Query to search on Stack overflow")
171171
print("\nIf no commands are specified then socli will search the stack "
172-
"overfow and simply displays the first search result's "
172+
"overflow and simply displays the first search result's "
173173
"most voted answer.")
174174
print("If a command is specified then it will work according to the "
175175
"command.")

0 commit comments

Comments
 (0)