rename "files" option to "file"
[shpub.git] / 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',