aboutsummaryrefslogtreecommitdiff
path: root/src/command/sync_down.rs
diff options
context:
space:
mode:
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"
}
}