Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
fszotyi committed Mar 18, 2024
1 parent 43b9ad1 commit a872b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/LangscannerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class LangscannerCommand extends Command
{
protected $signature = 'langscanner {language?} {--path= : The path to scan for translation keys (ex: --path=app/Modules/Module1 )} {--exclude-path=* : Directories to exclude from the scan (ex: --path=app/Modules/) }';
protected $signature = 'langscanner {language?} {--path= : The path to scan for translation keys (ex: --path=app/Modules/Module1 )} {--exclude-path=* : Directories to exclude from the scan (ex: --exclude-path=app/Modules/) }';
protected $description = "Updates translation files with missing translation keys.";

public function handle(Filesystem $filesystem): void
Expand Down

0 comments on commit a872b8f

Please sign in to comment.