From d73fc9a24411ef783f8ddfe07a1e1d1a04acc73a Mon Sep 17 00:00:00 2001 From: Tan Wang Leng Date: Thu, 17 Aug 2017 09:29:06 +0800 Subject: [PATCH] UserGuide: Remove section "Changing Save Location" The UserGuide claims that the save location of the addressbook data can be changed via command line parameters. That feature is not fully implemented. As such, addressbook data is always saved in addressbook.txt and cannot be changed. Let's remove the section "Changing Save Location". We can restore this section after the feature is fully implemented. --- doc/UserGuide.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/UserGuide.md b/doc/UserGuide.md index f44967db0..d03dfce73 100644 --- a/doc/UserGuide.md +++ b/doc/UserGuide.md @@ -106,13 +106,4 @@ Format: `exit` ## Saving the data Address book data are saved in the hard disk automatically after any command that changes the data.
-There is no need to save manually. - -## Changing the save location -Address book data are saved in a file called `addressbook.txt` in the project root folder. -You can change the location by specifying the file path as a program argument.
- -> The file name must end in `.txt` for it to be acceptable to the program. -> -> When running the program inside IntelliJ, you can - [set command line parameters before running the program](https://stackoverflow.com/a/2066465). +There is no need to save manually. Address book data are saved in a file called `addressbook.txt` in the project root folder.