From 834527a5f9bfa378647f1602a41742a01b5a1b18 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 23 Nov 2017 11:59:46 +0100 Subject: nv: add device parameter overwrites to completion list nv variables in the form dev..* can be used to make device parameters persistent. Add these to the completion list to make setting these variables more convenient. Signed-off-by: Sascha Hauer --- commands/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/global.c') diff --git a/commands/global.c b/commands/global.c index fc687169a7..c66bf6e539 100644 --- a/commands/global.c +++ b/commands/global.c @@ -78,5 +78,5 @@ BAREBOX_CMD_START(global) BAREBOX_CMD_OPTS("[-r] VAR[=VALUE] ...") BAREBOX_CMD_GROUP(CMD_GRP_ENV) BAREBOX_CMD_HELP(cmd_global_help) - BAREBOX_CMD_COMPLETE(nv_global_complete) + BAREBOX_CMD_COMPLETE(global_complete) BAREBOX_CMD_END -- cgit v1.2.3