From: Christian Weiske Date: Thu, 15 Sep 2016 15:00:52 +0000 (+0200) Subject: rename "files" option to "file" X-Git-Tag: v0.1.0~4 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/a5b93d3ad9c111fac520c1e5a887d4eac43f19b0?ds=sidebyside rename "files" option to "file" --- diff --git a/src/shpub/Command/AbstractProps.php b/src/shpub/Command/AbstractProps.php index 0184c10..822fc77 100644 --- a/src/shpub/Command/AbstractProps.php +++ b/src/shpub/Command/AbstractProps.php @@ -33,7 +33,7 @@ class Command_AbstractProps 'files', array( 'short_name' => '-f', - 'long_name' => '--files', + 'long_name' => '--file', 'description' => 'Files or URLs to upload', 'help_name' => 'PATH', 'action' => 'StoreArray',