aboutsummaryrefslogtreecommitdiff
path: root/src/command/sync_down.rs
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-02-23 21:03:40 +0000
committerRuben Beltran del Rio <git@r.bdr.sh>2024-02-23 21:03:40 +0000
commit2f579cf4c0d8ff95af78103783c7ca8f951cc797 (patch)
tree1c8141b72a615b7ac3084630e06a892ebba4d497 /src/command/sync_down.rs
parentd620665f6b2e1ae5db4c98a09e35bd63133ae87f (diff)
Add help
Diffstat (limited to 'src/command/sync_down.rs')
-rw-r--r--src/command/sync_down.rs2
1 files changed, 1 insertions, 1 deletions
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"
}
}