Fix formatting

This commit is contained in:
2022-05-26 16:18:17 +02:00
parent af45b13612
commit 1db3eadd4c

View File

@@ -42,9 +42,7 @@ pub enum ReposAction {
#[derive(Parser)]
#[clap(about = "Sync local repositories with a configured list")]
pub enum SyncAction {
#[clap(
about = "Synchronize the repositories to the configured values"
)]
#[clap(about = "Synchronize the repositories to the configured values")]
Config(Config),
#[clap(about = "Synchronize the repositories from a remote provider")]
Remote(SyncRemoteArgs),