diff options
author | Mario <mario@mariovavti.com> | 2017-12-27 16:45:33 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-12-27 16:45:33 +0100 |
commit | 4a71fb08315b2b785114d90318adb51f6fa78472 (patch) | |
tree | bbc0b4fa95ad236135af7ec70abee76901b82c79 /util/dcp | |
parent | 8e626a0142e586da7f1bfbf5d35a518159e75b88 (diff) | |
parent | 5a8efc10d8ebaf5e81009eaaff8b0c5524a04aa3 (diff) | |
download | volse-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-x | util/dcp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |