Skip to content

Commit c01ee25

Browse files
Merge pull request #21 from kumarankit0411/for_socli_patch1_by_ankit
fix some minor typos
2 parents b434b0e + e8b475c commit c01ee25

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
@@ -171,7 +171,7 @@ def helpman():
171171
print_header("\n\n< Search Query >:")
172172
print("\n Query to search on Stack overflow")
173173
print("\nIf no commands are specified then socli will search the stack "
174-
"overfow and simply displays the first search result's "
174+
"overflow and simply displays the first search result's "
175175
"most voted answer.")
176176
print("If a command is specified then it will work according to the "
177177
"command.")

0 commit comments

Comments
 (0)