From 2436496e71be877ded851a9333606d24665a1083 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 7 May 2018 16:02:29 +0200 Subject: [PATCH] client: enable allinfo and altname tab completion Should tab-complete a single remote path. Signed-off-by: David Disseldorp Reviewed-by: Andreas Schneider Autobuild-User(master): David Disseldorp Autobuild-Date(master): Tue Jun 25 10:55:45 UTC 2019 on sn-devel-184 --- source3/client/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/client/client.c b/source3/client/client.c index a69ab5daa76..7a7ecd92eb6 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -5535,8 +5535,8 @@ static struct { } commands[] = { {"?",cmd_help,"[command] give help on a command",{COMPL_NONE,COMPL_NONE}}, {"allinfo",cmd_allinfo," show all available info", - {COMPL_NONE,COMPL_NONE}}, - {"altname",cmd_altname," show alt name",{COMPL_NONE,COMPL_NONE}}, + {COMPL_REMOTE,COMPL_NONE}}, + {"altname",cmd_altname," show alt name",{COMPL_REMOTE,COMPL_NONE}}, {"archive",cmd_archive,"\n0=ignore archive bit\n1=only get archive files\n2=only get archive files and reset archive bit\n3=get all files and reset archive bit",{COMPL_NONE,COMPL_NONE}}, {"backup",cmd_backup,"toggle backup intent state",{COMPL_NONE,COMPL_NONE}}, {"blocksize",cmd_block,"blocksize (default 20)",{COMPL_NONE,COMPL_NONE}}, -- 2.34.1