summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-06-10 11:47:22 +0000
committerlain <lain@soykaf.club>2019-06-10 11:47:22 +0000
commitdbe4c2b7c8cfec4d8348de869a86c03015a7b7c5 (patch)
tree8f2c9bf482287863104fb6868201dc0ad4346834 /rel
parentcfcc0c87763f460f4f3329f4de64890fbf23e795 (diff)
Update pleroma_ctl
Diffstat (limited to 'rel')
-rwxr-xr-xrel/pleroma_ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/pleroma_ctl b/rel/pleroma_ctl
index 1276bf339..ef2717c44 100755
--- a/rel/pleroma_ctl
+++ b/rel/pleroma_ctl
@@ -10,7 +10,7 @@ if [ -z "$1" ] || [ "$1" == "help" ]; then
rollback [VERSION] Rollback database migrations (needs to be done before downgrading)
and any mix tasks under Pleroma namespace, for example \`mix pleroma.user COMMAND\` is
- equialent to \`$(basename "$0") user COMMAND\`
+ equivalent to \`$(basename "$0") user COMMAND\`
"
else
SCRIPT=$(readlink -f "$0")