X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/a460539284aca97046cfd0b46d2c6dd832b43c39..613d09d06d7bab3c6d91fd1b5b231e54c7304480:/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, )