From a7429e70e0705733d4018b60e689bda31b9dc452 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 9 Oct 2021 14:39:52 -0700 Subject: [PATCH] Minor fixes to alternative config examples --- docs/advanced.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/advanced.md b/docs/advanced.md index 0849c3fa..a9f1fb27 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -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 ```