Skip to content

Commit

Permalink
small description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-phillips committed Oct 5, 2015
1 parent 53c8991 commit 31ae602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/CloudDrive/Commands/DiskUsageCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DiskUsageCommand extends Command
protected function configure()
{
$this->setName('du')
->setDescription('Display disk usage for the given node')
->setDescription('Display disk usage (recursively) for the given node')
->addArgument('path', InputArgument::OPTIONAL, 'The remote path of the node')
->addOption('id', 'i', null, 'Designate the remote node by its ID instead of its remote path')
->addOption('assets', 'a', null, 'Include assets in output');
Expand Down
2 changes: 1 addition & 1 deletion src/CloudDrive/Commands/MetadataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MetadataCommand extends Command
protected function configure()
{
$this->setName('metadata')
->setDescription('Retrieve the metadata (JSON) of a node by its path')
->setDescription('Retrieve the metadata (JSON) of a node')
->addArgument('path', InputArgument::OPTIONAL, 'The remote path of the node')
->addOption('id', 'i', null, 'Designate the remote node by its ID instead of its remote path');
}
Expand Down
2 changes: 1 addition & 1 deletion src/CloudDrive/Commands/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SyncCommand extends Command
protected function configure()
{
$this->setName('sync')
->setDescription('Sync the local cache with Amazon CloudDrive');
->setDescription('Sync the local cache with Amazon Cloud Drive');
}

protected function main()
Expand Down

0 comments on commit 31ae602

Please sign in to comment.