Skip to content

Commit

Permalink
Prune should be a flag option (#51694)
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored Jun 3, 2024
1 parent ee81af8 commit a84c4f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}';

/**
Expand Down

0 comments on commit a84c4f4

Please sign in to comment.