]> git.r.bdr.sh - rbdr/blog/blobdiff - src/command/sync_up.rs
Add help
[rbdr/blog] / src / command / sync_up.rs
index cf49518e0fea2825fa1e09a4c6db0a7b5510492e..d35ce7ffd2d41a20c4ae339f6635843f8c4bf53b 100644 (file)
@@ -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"
     }
 }