diff options
author | mjfriaza <mjfriaza@disroot.org> | 2022-05-17 13:44:06 +0200 |
---|---|---|
committer | mjfriaza <mjfriaza@disroot.org> | 2022-05-17 13:44:06 +0200 |
commit | a75c61d71efebf43713026200aa0f513bd7eef09 (patch) | |
tree | 909048adeaa329813e2530d43626ed3bd711bc25 /util/pconfig | |
parent | 481ecee9e87342ca7a1217395085e95d1a3b61ea (diff) | |
parent | 0d0f73fb67bbfcc53058cefded85ac36f951c7a7 (diff) | |
download | volse-hubzilla-a75c61d71efebf43713026200aa0f513bd7eef09.tar.gz volse-hubzilla-a75c61d71efebf43713026200aa0f513bd7eef09.tar.bz2 volse-hubzilla-a75c61d71efebf43713026200aa0f513bd7eef09.zip |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'util/pconfig')
-rwxr-xr-x | util/pconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util/pconfig b/util/pconfig index c2027adaf..13fd1e99b 100755 --- a/util/pconfig +++ b/util/pconfig @@ -14,7 +14,6 @@ if(!file_exists('include/cli_startup.php')) { require_once('include/cli_startup.php'); -require_once('include/zot.php'); cli_startup(); @@ -36,7 +35,7 @@ Usage: util/pconfig Displays all of the the channel's config entries util/pconfig <channel_id> <family> - Displays all of the channel's config entries for the specified family + Displays all of the channel's config entries for the specified family (system, database, etc) util/pconfig <channel_id> <family> <key> |