Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a61e6a7

Browse files
authoredFeb 24, 2017
Fix Usage in README
1 parent d2ccf97 commit a61e6a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ To install without git, [download the source code from GitHub](https://github.co
2626

2727
2. In the `export-saved-reddit` folder, rename the `AccountDetails.py.example` file to `AccountDetails.py`.
2828
3. Open the `AccountDetails.py` in a text editor and enter your Reddit username, password, client id, client secret within the corresponding quotation marks. Save and close the file.
29-
4. Back in your shell, run `python export-saved.py` in the `export-saved-reddit` folder. This will run the export, which will create `chrome-bookmarks.html` and `export-saved.csv` files containing your data in the same folder.
29+
4. Back in your shell, run `python export_saved.py` in the `export-saved-reddit` folder. This will run the export, which will create `chrome-bookmarks.html` and `export-saved.csv` files containing your data in the same folder.
3030

3131
### Additional Options
3232

33-
usage: export-saved.py [-h] [-u USERNAME] [-p PASSWORD] [-v] [-up]
33+
usage: export_saved.py [-h] [-u USERNAME] [-p PASSWORD] [-v] [-up]
3434

3535
Exports saved Reddit posts into a HTML filethat is ready to be imported into
3636
Google Chrome
@@ -60,4 +60,4 @@ If you have any questions or comments, please [open an issue on GitHub](https://
6060
## [Contributing](https://github.com/csu/export-saved-reddit/blob/master/CONTRIBUTORS.md)
6161
[![Build Status](https://travis-ci.org/csu/export-saved-reddit.svg?branch=master)](https://travis-ci.org/csu/export-saved-reddit)
6262

63-
If you would like to contribute, check out the project's [open issues](https://github.com/csu/export-saved-reddit/issues). [Pull requests](https://github.com/csu/export-saved-reddit/pulls) are welcome.
63+
If you would like to contribute, check out the project's [open issues](https://github.com/csu/export-saved-reddit/issues). [Pull requests](https://github.com/csu/export-saved-reddit/pulls) are welcome.

0 commit comments

Comments
 (0)
Please sign in to comment.