X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/78c61f9aba8988aa8ceecb183aa51ee533681f5c..f60fce4bd4a0cba54b686f64bc5a83eb580356f4:/src/shpub/Command/Connect.php diff --git a/src/shpub/Command/Connect.php b/src/shpub/Command/Connect.php index caf5acc..c855e66 100644 --- a/src/shpub/Command/Connect.php +++ b/src/shpub/Command/Connect.php @@ -2,8 +2,13 @@ namespace shpub; /** - * @link http://micropub.net/draft/ - * @link http://indieweb.org/authorization-endpoint + * Connect to a micropub server to get an access token. + * + * @author Christian Weiske + * @license http://www.gnu.org/licenses/agpl.html GNU AGPL v3 + * @link http://cweiske.de/shpub.htm + * @link http://micropub.net/draft/ + * @link http://indieweb.org/authorization-endpoint */ class Command_Connect { @@ -33,7 +38,8 @@ class Command_Connect array( 'short_name' => '-s', 'long_name' => '--scope', - 'description' => 'Space-separated list of scopes to request (default create)', + 'description' => 'Space-separated list of scopes to request' + . ' (default: create)', 'action' => 'StoreString', 'default' => 'create', )