From cb7612e86b9c53ec862ea1052584107aa4088148 Mon Sep 17 00:00:00 2001 From: ByteDream Date: Sun, 9 Apr 2023 11:26:15 +0200 Subject: [PATCH] Fix help message indentation --- crunchy-cli-core/src/archive/command.rs | 2 +- crunchy-cli-core/src/download/command.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crunchy-cli-core/src/archive/command.rs b/crunchy-cli-core/src/archive/command.rs index bc923dc..5dfa3cf 100644 --- a/crunchy-cli-core/src/archive/command.rs +++ b/crunchy-cli-core/src/archive/command.rs @@ -47,7 +47,7 @@ pub struct Archive { {resolution} → Resolution of the video\n \ {season_number} → Number of the season\n \ {episode_number} → Number of the episode\n \ - {relative_episode_number} → Number of the episode relative to its season\ + {relative_episode_number} → Number of the episode relative to its season\n \ {series_id} → ID of the series\n \ {season_id} → ID of the season\n \ {episode_id} → ID of the episode")] diff --git a/crunchy-cli-core/src/download/command.rs b/crunchy-cli-core/src/download/command.rs index 67cb633..d18320a 100644 --- a/crunchy-cli-core/src/download/command.rs +++ b/crunchy-cli-core/src/download/command.rs @@ -42,7 +42,7 @@ pub struct Download { {resolution} → Resolution of the video\n \ {season_number} → Number of the season\n \ {episode_number} → Number of the episode\n \ - {relative_episode_number} → Number of the episode relative to its season\ + {relative_episode_number} → Number of the episode relative to its season\n \ {series_id} → ID of the series\n \ {season_id} → ID of the season\n \ {episode_id} → ID of the episode")]