X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/d620665f6b2e1ae5db4c98a09e35bd63133ae87f..2f579cf4c0d8ff95af78103783c7ca8f951cc797:/src/command/generate.rs diff --git a/src/command/generate.rs b/src/command/generate.rs index 943f2be..59babd5 100644 --- a/src/command/generate.rs +++ b/src/command/generate.rs @@ -27,6 +27,6 @@ impl super::Command for Generate { } fn help(&self) -> &'static str { - "\t\t\tGenerates the blog assets" + "\t\t\t\tGenerates the blog assets" } }