X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/a460539284aca97046cfd0b46d2c6dd832b43c39..a732e29e9c1c48c35301887ab95d391d092b1c2f:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index fcc6070..080bfe8 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -125,7 +125,8 @@ class Cli array( 'short_name' => '-n', 'long_name' => '--dry-run', - 'description' => 'Do not send modifying HTTP request(s) to the server', + 'description' => 'Do not send modifying HTTP request(s)' + . ' to the server', 'action' => 'StoreTrue', 'default' => false, )