Fix typo in ctl help text

This commit is contained in:
Sandro 2023-10-02 02:09:56 +00:00
parent 017bffc155
commit 495d163a44
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ if [ -z "$1" ] || [ "$1" = "help" ]; then
rollback [VERSION]
Rollback database migrations (needs to be done before downgrading)
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.user.show COMMAND\` is
equivalent to \`$(basename "$0") user.show COMMAND\`
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.users.show COMMAND\` is
equivalent to \`$(basename "$0") users.show COMMAND\`
By default mobilizon_ctl will try calling into a running instance to execute non migration-related commands,
if for some reason this is undesired, set MOBILIZON_CTL_RPC_DISABLED environment variable.
@ -45,4 +45,4 @@ else
else
"$SCRIPTPATH"/mobilizon rpc 'Mobilizon.CLI.run("'"$FULL_ARGS"'")'
fi
fi
fi