summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2018-05-07 16:02:29 +0200
committerDavid Disseldorp <ddiss@samba.org>2019-06-25 10:55:45 +0000
commit2436496e71be877ded851a9333606d24665a1083 (patch)
tree87e259c76cbb429396c69ab5665c2a32501ad666 /source3/client
parent05667d36de78cbc73ed8e182525149b88c1a00c8 (diff)
downloadsamba-2436496e71be877ded851a9333606d24665a1083.tar.gz
client: enable allinfo and altname tab completion
Should tab-complete a single remote path. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Tue Jun 25 10:55:45 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c4
1 files 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,"<file> show all available info",
- {COMPL_NONE,COMPL_NONE}},
- {"altname",cmd_altname,"<file> show alt name",{COMPL_NONE,COMPL_NONE}},
+ {COMPL_REMOTE,COMPL_NONE}},
+ {"altname",cmd_altname,"<file> show alt name",{COMPL_REMOTE,COMPL_NONE}},
{"archive",cmd_archive,"<level>\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 <number> (default 20)",{COMPL_NONE,COMPL_NONE}},