diff --git a/src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php b/src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php index 192112569c8e..d4e7f6aafc18 100644 --- a/src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php +++ b/src/Illuminate/Foundation/Console/EnvironmentEncryptCommand.php @@ -21,7 +21,7 @@ class EnvironmentEncryptCommand extends Command {--key= : The encryption key} {--cipher= : The encryption cipher} {--env= : The environment to be encrypted} - {--prune= : Delete the original environment file} + {--prune : Delete the original environment file} {--force : Overwrite the existing encrypted environment file}'; /**