aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 09:48:50 +0000
committerMario <mario@mariovavti.com>2021-05-27 09:48:50 +0000
commit9d96793e1ab93a9b0ef67eaa713e5e814ac5170c (patch)
tree055c4e3eaf5d5d2fe3f2c9a0d2fab814225d34cd /util
parent7776283a479e24955f45eb9993d93d4dde87956a (diff)
downloadvolse-hubzilla-9d96793e1ab93a9b0ef67eaa713e5e814ac5170c.tar.gz
volse-hubzilla-9d96793e1ab93a9b0ef67eaa713e5e814ac5170c.tar.bz2
volse-hubzilla-9d96793e1ab93a9b0ef67eaa713e5e814ac5170c.zip
update fresh
Diffstat (limited to 'util')
-rwxr-xr-xutil/fresh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fresh b/util/fresh
index 173bdf2af..6e2c6f897 100755
--- a/util/fresh
+++ b/util/fresh
@@ -62,7 +62,7 @@ function process_command($line) {
case 'help':
fresh_help();
break;
-
+/*
case 'finger':
if(argv(1)) {
$x = Zotlabs\Zot\Finger::run(argv(1),$channel);
@@ -70,7 +70,7 @@ function process_command($line) {
echo jindent($x);
}
break;
-
+*/
case 'login':
if(argv(1)) {
echo 'Password: ';
@@ -154,7 +154,7 @@ function fresh_help() {
if(argc() == 1) {
echo "help - this text\n";
echo "login email_address - login with email_address, prompts for password\n";
- echo "finger channel_address - lookup channel_address remotely\n";
+// echo "finger channel_address - lookup channel_address remotely\n";
echo "channel new_channel - change active channel to new_channel (nickname)\n";
echo "conn [id1] [id2...] - without args list connections, or report detail of connection id1 (etc.)\n";
echo "quit|exit - terminate fresh\n";