From f9acc4ed69e64ca79a005836428b824563130c66 Mon Sep 17 00:00:00 2001 From: RMcTn Date: Sun, 24 Mar 2024 09:37:34 +0000 Subject: [PATCH] docs: fix wrong command in usage example --- sn_node_manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn_node_manager/README.md b/sn_node_manager/README.md index 1658b63540..0fa6695643 100644 --- a/sn_node_manager/README.md +++ b/sn_node_manager/README.md @@ -18,7 +18,7 @@ As with other Safe-related components, Safenode Manager will shortly be availabl - `--log-dir-path`: Path for the log directory. Optional, with platform-specific defaults. - `--user`: User account under which the service should run. Optional. Default: `safe`. - `--version`: Version of `safenode` to add. Optional. Default: the latest version. -- Usage: `safenode-manager install [OPTIONS]` +- Usage: `safenode-manager add [OPTIONS]` This command must run as the root user on Linux/macOS and the Administrator user on Windows.