mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix typo (from → form)
Closes GH-9609.
This commit is contained in:
parent
61c13eb2c8
commit
035e22890f
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ class PharCommand extends CLICommand
|
||||||
*/
|
*/
|
||||||
public function cli_cmd_inf_meta_get()
|
public function cli_cmd_inf_meta_get()
|
||||||
{
|
{
|
||||||
return "Get meta information of a PHAR entry or a PHAR package in serialized from. " .
|
return "Get meta information of a PHAR entry or a PHAR package in serialized form. " .
|
||||||
"If no output file is specified for meta data then stdout is being used.\n" .
|
"If no output file is specified for meta data then stdout is being used.\n" .
|
||||||
"You can also specify a particular index using -k. In that case the metadata is " .
|
"You can also specify a particular index using -k. In that case the metadata is " .
|
||||||
"expected to be an array and the value of the given index is returned using echo " .
|
"expected to be an array and the value of the given index is returned using echo " .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue