From 2f579cf4c0d8ff95af78103783c7ca8f951cc797 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 23 Feb 2024 21:03:40 +0000 Subject: Add help --- src/command/sync_down.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/sync_down.rs') diff --git a/src/command/sync_down.rs b/src/command/sync_down.rs index a0c713b..c00b01a 100644 --- a/src/command/sync_down.rs +++ b/src/command/sync_down.rs @@ -27,7 +27,7 @@ impl super::Command for SyncDown { } fn help(&self) -> &'static str { - "\t\t\tPulls from the git remote if configured" + "\t\t\t\tPulls from the git remote if configured" } } -- cgit