diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-04-15 17:11:53 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2022-11-02 19:42:46 +0100 |
commit | 6b0f7e9da95c5510792b902a625c93b113af65ed (patch) | |
tree | d928c8ce5cbd09dfafa994e0acb9505a67f12f19 /misc/dist/shell/godot.bash-completion | |
parent | 604abb434f6740935be669dc8152856412d9ca73 (diff) |
Rename `--export` command line argument to `--export-release`
This makes the action of exporting to release mode more explicit.
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 871c8f8eac..02dcc94033 100644 --- a/misc/dist/shell/godot.bash-completion +++ b/misc/dist/shell/godot.bash-completion @@ -78,7 +78,7 @@ _complete_godot_options() { --print-fps --script --check-only ---export +--export-release --export-debug --export-pack --convert-3to4 |