Merge branch 'sandro-main-patch-56891' into 'main'
Fix typo in ctl help text See merge request framasoft/mobilizon!1461
This commit is contained in:
commit
04315f91ea
@ -15,8 +15,8 @@ if [ -z "$1" ] || [ "$1" = "help" ]; then
|
|||||||
rollback [VERSION]
|
rollback [VERSION]
|
||||||
Rollback database migrations (needs to be done before downgrading)
|
Rollback database migrations (needs to be done before downgrading)
|
||||||
|
|
||||||
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.user.show COMMAND\` is
|
and any mix tasks under Mobilizon namespace, for example \`mix mobilizon.users.show COMMAND\` is
|
||||||
equivalent to \`$(basename "$0") user.show COMMAND\`
|
equivalent to \`$(basename "$0") users.show COMMAND\`
|
||||||
|
|
||||||
By default mobilizon_ctl will try calling into a running instance to execute non migration-related commands,
|
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.
|
if for some reason this is undesired, set MOBILIZON_CTL_RPC_DISABLED environment variable.
|
||||||
|
Loading…
Reference in New Issue
Block a user