From 69757cdb4b91e91965bfaca85cf5809b3b9632a5 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Fri, 22 Mar 2024 14:05:09 +1100 Subject: [PATCH] Update usage.md * Further updates --- docs/usage.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 140a4e89..14fbd14f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -170,7 +170,8 @@ For simplicity, this can be shortened to the following: ```text onedrive -m ``` -**Note:** This method of use is typically employed when enabling a systemd service to run the application in the background. +> [!NOTE] +> This method of use is used when enabling a systemd service to run the application in the background. Two common errors can occur when using monitor mode: * Initialisation failure @@ -288,10 +289,11 @@ onedrive --sync ``` This will synchronise files from your Microsoft OneDrive account to your `~/OneDrive` local directory or to your specified 'sync_dir' location. -If you prefer to use your local files as stored in `~/OneDrive` as your 'source of truth,' use the following sync command: -```text -onedrive --sync --local-first -``` +> [!TIP] +> If you prefer to use your local files as stored in `~/OneDrive` as your 'source of truth,' use the following sync command: +> ```text +> onedrive --sync --local-first +> ``` ### Performing a single directory synchronisation with Microsoft OneDrive In some cases, it may be desirable to synchronise a single directory under ~/OneDrive without having to change your client configuration. To do this, use the following command: