From 7c4619dfe4952ed7df88e7739a62a7181e64fe16 Mon Sep 17 00:00:00 2001 From: Luca Hohmann <34301369+GilgusMaximus@users.noreply.github.com> Date: Fri, 9 Oct 2020 18:30:53 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72922bf..cbbccbf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ The -toProfiles option tells the program how to insert the subscriptions. If the If the value is false, then one profile is created where all subscriptions are added into, and the subscription are **not** added to the All Channels profile. #### History - `./ft-convert -history -op /path/to/old/file/subscriptions.db -np /path/to/new/file/profiles.db` + `./ft-convert -history -op /path/to/old/file/videoHistory.db -np /path/to/new/file/history.db` + + #### Help + `./ft-convert -help + Displays the help description of the program. #### Running from source If you download the code and want to run it, replace the `./ft-convert` with `node index.js`