rename "files" option to "file"
authorChristian Weiske <cweiske@cweiske.de>
Thu, 15 Sep 2016 15:00:52 +0000 (17:00 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 15 Sep 2016 15:00:52 +0000 (17:00 +0200)
src/shpub/Command/AbstractProps.php

index 0184c10b5f840be15a90dbd9f8ff37ab312154b1..822fc77bba72636aa7fa52fd18fceff8ed815c0b 100644 (file)
@@ -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',