Command completion is not supported, removed from 'help'

This commit is contained in:
Holger Vogt
2025-08-28 12:15:55 +02:00
parent c45d1e0974
commit bebf7efd8b
2 changed files with 4 additions and 7 deletions
+2 -2
View File
@@ -758,7 +758,6 @@ show_help(void)
" -n, --no-spiceinit don't load the local or user's config file\n"
" -o, --output=FILE set the outputfile\n"
" -p, --pipe run in I/O pipe mode\n"
" -q, --completion activate command completion\n"
" -r, --rawfile=FILE set the rawfile output\n"
" --soa-log=FILE set the outputfile for SOA warnings\n"
" -s, --server run spice as a server process\n"
@@ -1067,7 +1066,8 @@ int main(int argc, char **argv)
break;
case 'q': /* Command completion */
qflag = TRUE;
qflag = FALSE;
fprintf(stderr, "Warning: Command completion is not supported, 'q' ignored\n");
break;
case 'r': /* The raw file */