aboutsummaryrefslogtreecommitdiff
path: root/src/command/add.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/add.rs')
-rw-r--r--src/command/add.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/add.rs b/src/command/add.rs
index 36f25a0..4c80917 100644
--- a/src/command/add.rs
+++ b/src/command/add.rs
@@ -27,6 +27,6 @@ impl super::Command for Add {
}
fn help(&self) -> &'static str {
- "<path_to_post>\t\tCreates new blog post"
+ "<path_to_post>\t\t\tCreates new blog post"
}
}