diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-16 23:40:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 23:40:02 +0200 |
commit | 067c1eb923dd38bac7ad86da52d94394eeac44e5 (patch) | |
tree | e0915c1d5ce1c643134e614e47ff52bf9744ebbb /misc/dist/shell/godot.bash-completion | |
parent | 23207fcfddf47f17a749c1fa8424c11769610b31 (diff) | |
parent | cd99ea5882738886cd5f36876b8d77d1ab10857a (diff) | |
download | redot-engine-067c1eb923dd38bac7ad86da52d94394eeac44e5.tar.gz |
Merge pull request #61100 from Calinou/cli-rename-gpu-validation-argument
Rename `--vk-layers` command line argument to `--gpu-validation`
Diffstat (limited to 'misc/dist/shell/godot.bash-completion')
-rw-r--r-- | misc/dist/shell/godot.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/shell/godot.bash-completion b/misc/dist/shell/godot.bash-completion index 7927d26171..31e067e29a 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -64,7 +64,7 @@ _complete_godot_options() { --breakpoints --profiling --gpu-profile ---vk-layers +--gpu-validation --gpu-abort --remote-debug --debug-collisions |