mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Minor fixes to alternative config examples
This commit is contained in:
parent
ea18a86cab
commit
a7429e70e0
1 changed files with 4 additions and 4 deletions
|
@ -93,13 +93,13 @@ You can specify an alternate configuration file for the current instance of `jrn
|
|||
#### Examples:
|
||||
|
||||
```
|
||||
#Use personalised configuration file for personal journal entries
|
||||
# Use personalised configuration file for personal journal entries
|
||||
jrnl --config-file ~/foo/jrnl/personal-config.yaml
|
||||
|
||||
#Use alternate configuration file for work-related entries
|
||||
jrnl --config-file ~foo/jrnl/work-config.yaml
|
||||
# Use alternate configuration file for work-related entries
|
||||
jrnl --config-file ~/foo/jrnl/work-config.yaml
|
||||
|
||||
#Use default configuration file (created on installation)
|
||||
# Use default configuration file (created on installation)
|
||||
jrnl
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue