From 20c45bf7c378eeca3200ca3e210b0a8d02d2c038 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:06:25 +0200 Subject: [PATCH] Fix typo (#191) `-help` >> `--help` --- docs/deploying_clearml/clearml_server_mongo44_migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploying_clearml/clearml_server_mongo44_migration.md b/docs/deploying_clearml/clearml_server_mongo44_migration.md index 3271d3f7..f96c0272 100644 --- a/docs/deploying_clearml/clearml_server_mongo44_migration.md +++ b/docs/deploying_clearml/clearml_server_mongo44_migration.md @@ -50,7 +50,7 @@ To avoid data corruption, shut down your ClearML server before applying the migr ### Migrating by Script A migration script is available to automatically run this process for all supported OSs. [Download the script](https://github.com/allegroai/clearml-server/releases/download/1.2.0/clearml-server-1.2.0-migration.py) and run it on your ClearML server. -Run `clearml-server-1.2.0-migration.py –help` to see execution options. +Run `clearml-server-1.2.0-migration.py -–help` to see execution options. Note the script will create a backup archive of your data in the original directory. Once the script finishes successfully, [continue with your upgrade](#completing-the-installation). @@ -130,4 +130,4 @@ Continue upgrading your ClearML Server: * [Google Cloud Platform custom images](upgrade_server_gcp.md) * [Linux and macOS](upgrade_server_linux_mac.md) * [Windows](upgrade_server_win.md) - \ No newline at end of file +