aboutsummaryrefslogtreecommitdiff
path: root/src/command/sync_up.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/sync_up.rs')
-rw-r--r--src/command/sync_up.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/sync_up.rs b/src/command/sync_up.rs
index cf49518..d35ce7f 100644
--- a/src/command/sync_up.rs
+++ b/src/command/sync_up.rs
@@ -27,6 +27,6 @@ impl super::Command for SyncUp {
}
fn help(&self) -> &'static str {
- "\t\t\t\tPushes to the git remote if configured."
+ "\t\t\t\tPushes to the git remote if configured"
}
}