[SecurityBundle] UserPasswordEncoderCommand: fix help arguments order.

Re-arrange the arguments order given in the command help message to the
proper one by swapping [user-class] and [salt].
This commit is contained in:
ogizanagi 2015-03-19 20:30:53 +01:00
parent fa11c0637e
commit 0a5b1b9190

View File

@ -60,7 +60,7 @@ The command allows you to provide your own <comment>salt</comment>. If you don't
the command will take care about that for you.
You can also use the non interactive way by typing the following command:
<info>php %command.full_name% [password] [salt] [user-class]</info>
<info>php %command.full_name% [password] [user-class] [salt]</info>
EOF
)