aboutsummaryrefslogtreecommitdiffstats
path: root/util/dcp
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2017-12-27 16:45:33 +0100
committerMario <mario@mariovavti.com>2017-12-27 16:45:33 +0100
commit4a71fb08315b2b785114d90318adb51f6fa78472 (patch)
treebbc0b4fa95ad236135af7ec70abee76901b82c79 /util/dcp
parent8e626a0142e586da7f1bfbf5d35a518159e75b88 (diff)
parent5a8efc10d8ebaf5e81009eaaff8b0c5524a04aa3 (diff)
downloadvolse-hubzilla-4a71fb08315b2b785114d90318adb51f6fa78472.tar.gz
volse-hubzilla-4a71fb08315b2b785114d90318adb51f6fa78472.tar.bz2
volse-hubzilla-4a71fb08315b2b785114d90318adb51f6fa78472.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'util/dcp')
-rwxr-xr-xutil/dcp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dcp b/util/dcp
index 2817ad4f1..677882193 100755
--- a/util/dcp
+++ b/util/dcp
@@ -14,7 +14,7 @@ require_once('include/attach.php');
cli_startup();
-if($argc <= 3) {
+if($argc < 3) {
echo "Usage: " . $argv[0] . ' src dstdir' . "\n";
echo 'Always run from the toplevel web directory.' . "\n";
echo 'destination should begin with store/$nickname/desired/path or $nickname/desired/path' . "\n";