We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dee1ca commit 7b3201cCopy full SHA for 7b3201c
1 file changed
README.md
@@ -43,11 +43,11 @@ To create phar files use the -c command
43
44
*phartools -c <source_path|source_file> <destination_phar> [options]*
45
46
-**Options:**
47
--c gzip|bzip2 Compress the phar file using gzip or bzip2 compression
48
--m <metadata> Add metadata to the phar file (metadata format must be like 'key=>value,key2=>value2'
49
--s <stub> Set stub string for the phar
50
--r <regex> Include only files matching the regular expression
+**Options:**<br>
+-c gzip|bzip2 Compress the phar file using gzip or bzip2 compression<br>
+-m <metadata> Add metadata to the phar file (metadata format must be like 'key=>value,key2=>value2'<br>
+-s <stub> Set stub string for the phar<br>
+-r <regex> Include only files matching the regular expression<br>
51
52
**Example:**
53
0 commit comments