Parent: 00fdb61d56161f523e975b4c044030f4b40abb6d
Author: Juerg Haefliger <juerg.haefliger@canonical.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-11-13 20:25:45
Tree: 37a38b5480f1f534d1b5ff950fd76ff0e9b1debc
shared/shell: Fix --init-script commandline option The newly added option -i/--init-script introduced a short option namespace collision with btmgmt's --index, both of which use '-i'. As a result, a provided --index is treated as a file name: $ sudo btmgmt --index 0 info Unable to open 0: No such file or directory (2) Fix this by using '-s' for --init-script. Fixes: https://github.com/bluez/bluez/issues/639
Diffstat
| M | src/shared/shell.c | | | 8 | ++++- - - - |
1 files changed, 4 insertions(+), 4 deletions(-)