Browse Source

Updated info about UPDATE method

Paolo Galli 4 years ago
parent
commit
3347c33887
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -10,7 +10,7 @@ The `GET` method is called with the `-g` option and is used to print all the log
 The `POST` method is called with the `-p` option and is used to add a log to the database. Accented characters are allowed and automatically transformed using quotes.
 
 #### UPDATE
-The `UPDATE` method is called with the `-u` option and is used to regenerate the internal server database. It should only be called if a log file is added by hand, or if some of the log files get renamed or corrupted. It assumes that all the log files are correctly formatted.
+The `UPDATE` method is called with the `-u` option and is used to regenerate the internal server database. It should only be called if a log file is added by hand, or if some of the log files get renamed or corrupted. It assumes that all the log files are correctly formatted. **CURRENTLY NOT WORKING**.
 
 ## Configuration file
 To choose the server to communicate with, ssh uses a config file located in `~/.config/lcmlog`. The configuration file is named `config` and is a ssh config file: so, for more help, refer to ssh\_config manuals (i.e. run `man ssh_config` on your terminal).
@@ -39,4 +39,4 @@ You can't use this program until the config file is generated in the default fol
 The default editor is `nano`. If you want to use another editor, now I have to edit the source code and change the variable `EDITOR`. In a future update, this customization will be included in the configuration file.
 
 ## TODO
-* Implement custom editor in the configuration file.
+- Implement custom editor in the configuration file.