Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
constarg authored Feb 21, 2023
1 parent f4c6dff commit 8f89b3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ The information is as follows.<br>
Field | Description
--------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
`check_interval` | The time ( seconds ) between checks (for new files etc).
`parse_interval` | The time ( seconds ) to read the config file again for any changes.
`debug_log` | For debugging. To enter debug mode, the value of the debugLog field must be changed to 1.
`default_dir_path` | If a file is found outside of a folder and no specific location has been specified to which it should be moved, then it will go to default_dir_path.
`enable_default_path` | If this option is enabled, then any file that do not have a specific location to which they should be sent will be sent to the default.
Expand Down Expand Up @@ -124,9 +123,7 @@ Command | Description
---------|--------------
`file-sorter --start-sorter` | Start the sorter service
`file-sorter --help` | Displays all available commands.
`file-sorter --help` | Displays all available commands.
`file-sorter --set-check-interval [value]` | Changes the value of the check interval field to the value `[value]`.
`file-sorter --set-parse-interval [value]` | Changes the value of the parse interval field to the value `[value]`.
`file-sorter --set-default-dir-path [path]` | Changes the default location to `[path]`.
`file-sorter --set-enable-default-dir [value]` | 0:1 Enable the to transfer files in default dir.
`file-sorter --set-debug-log [value]` | Changes the logs status based on the value `[value]`. It can get the values `1` `(debug mode)` and `0` `(normal mode)`.
Expand Down

0 comments on commit 8f89b3d

Please sign in to comment.