Skip to content

Commit d352eff

Browse files
committed
[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].
1 parent 53ea9f8 commit d352eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/UserPasswordEncoderCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function configure()
6060
the command will take care about that for you.
6161
6262
You can also use the non interactive way by typing the following command:
63-
<info>php %command.full_name% [password] [salt] [user-class]</info>
63+
<info>php %command.full_name% [password] [user-class] [salt]</info>
6464
6565
EOF
6666
)

0 commit comments

Comments
 (0)