Skip to content

Commit 4f4da96

Browse files
committed
Accept input
1 parent 2c46328 commit 4f4da96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/EnvironmentDecryptCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class EnvironmentDecryptCommand extends Command
2323
{--cipher= : The encryption cipher}
2424
{--env= : The environment to be decrypted}
2525
{--force : Overwrite existing environment file}
26-
{--filename : Filename to which to write the decrypted contents}';
26+
{--filename= : Filename to which to write the decrypted contents}';
2727

2828
/**
2929
* The name of the console command.

0 commit comments

Comments
 (0)