mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 07:55:06 -05:00
client: add missing commands to tab-completion
Reported-by: Lonnie Abelbeck <lonnie@abelbeck.com>
This commit is contained in:
4
client.c
4
client.c
@@ -1298,11 +1298,11 @@ command_name_generator(const char *text, int state)
|
|||||||
"maxupdateskew", "minpoll", "minstratum", "ntpdata", "offline", "online", "onoffline",
|
"maxupdateskew", "minpoll", "minstratum", "ntpdata", "offline", "online", "onoffline",
|
||||||
"polltarget", "quit", "refresh", "rekey", "reselect", "reselectdist",
|
"polltarget", "quit", "refresh", "rekey", "reselect", "reselectdist",
|
||||||
"retries", "rtcdata", "serverstats", "settime", "shutdown", "smoothing",
|
"retries", "rtcdata", "serverstats", "settime", "shutdown", "smoothing",
|
||||||
"smoothtime", "sources", "sourcestats",
|
"smoothtime", "sourcename", "sources", "sourcestats",
|
||||||
"timeout", "tracking", "trimrtc", "waitsync", "writertc",
|
"timeout", "tracking", "trimrtc", "waitsync", "writertc",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const char *add_options[] = { "peer", "server", NULL };
|
const char *add_options[] = { "peer", "pool", "server", NULL };
|
||||||
const char *manual_options[] = { "on", "off", "delete", "list", "reset", NULL };
|
const char *manual_options[] = { "on", "off", "delete", "list", "reset", NULL };
|
||||||
const char *sources_options[] = { "-v", NULL };
|
const char *sources_options[] = { "-v", NULL };
|
||||||
const char *sourcestats_options[] = { "-v", NULL };
|
const char *sourcestats_options[] = { "-v", NULL };
|
||||||
|
|||||||
Reference in New Issue
Block a user