diff --git a/README.md b/README.md index dd36922b..3b34748e 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ wp i18n make-mo [] $ wp i18n make-mo . # Create a MO file from a single PO file in a specific directory. - $ wp i18n make-mo example-plugin-de_DE.po languages + $ wp i18n make-mo languages/example-plugin-de_DE.po # Create a MO file from a single PO file to a specific file destination $ wp i18n make-mo example-plugin-de_DE.po languages/bar.mo @@ -255,7 +255,7 @@ wp i18n make-php [] Success: Created 3 files. # Create a PHP file from a single PO file in a specific directory. - $ wp i18n make-php example-plugin-de_DE.po languages + $ wp i18n make-php languages/example-plugin-de_DE.po Success: Created 1 file. diff --git a/src/MakeMoCommand.php b/src/MakeMoCommand.php index a13eeabc..39e3ed28 100644 --- a/src/MakeMoCommand.php +++ b/src/MakeMoCommand.php @@ -28,7 +28,7 @@ class MakeMoCommand extends WP_CLI_Command { * $ wp i18n make-mo . * * # Create a MO file from a single PO file in a specific directory. - * $ wp i18n make-mo example-plugin-de_DE.po languages + * $ wp i18n make-mo languages/example-plugin-de_DE.po * * # Create a MO file from a single PO file to a specific file destination * $ wp i18n make-mo example-plugin-de_DE.po languages/bar.mo diff --git a/src/MakePhpCommand.php b/src/MakePhpCommand.php index 3c3b559c..a12ef16d 100644 --- a/src/MakePhpCommand.php +++ b/src/MakePhpCommand.php @@ -29,7 +29,7 @@ class MakePhpCommand extends WP_CLI_Command { * Success: Created 3 files. * * # Create a PHP file from a single PO file in a specific directory. - * $ wp i18n make-php example-plugin-de_DE.po languages + * $ wp i18n make-php languages/example-plugin-de_DE.po * Success: Created 1 file. * * @when before_wp_load