Skip to content

Commit

Permalink
Tweaking command help
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Jan 20, 2021
1 parent 088a317 commit 848935f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/composer-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
echo PHP_EOL;
echo colorize( "signature: <light_cyan>{$cli_name} composer-cache [(set <dir>|unset)]</light_cyan>\n" );
echo colorize( "example: <light_cyan>{$cli_name} composer-cache</light_cyan>\n" );
echo colorize( "example: <light_cyan>{$cli_name} composer-cache /home/person/.cache/composer</light_cyan>\n" );
echo colorize( "example: <light_cyan>{$cli_name} composer-cache unset</light_cyan>\n" );
echo colorize( "example: <light_cyan>{$cli_name} composer-cache set /home/person/.cache/composer</light_cyan>\n" );
return;
}

Expand Down

0 comments on commit 848935f

Please sign in to comment.