Skip to content

Commit 268e24e

Browse files
committed
Improve example
1 parent 4123fee commit 268e24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sequence.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
if (count($argv) !== 3) {
99
echo 'Usage: php sequence.php <directory to scan> <comma separated list of mpls tracks>' . PHP_EOL;
10-
echo 'Example: php sequence.php /Users/steinmb/PLAYLIST "00506, 00500, 00001, 00502"' . PHP_EOL;
10+
echo 'Example: php sequence.php /Volumes/HACKERS/BDMV/PLAYLIST "00506, 00500, 00001, 00502"' . PHP_EOL;
1111
exit;
1212
}
1313

0 commit comments

Comments
 (0)