File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ fn get_arg_completion_params(arg: &clap::Arg) -> ShStream {
364
364
"branch-any" => params. word ( "-xa '(__fish_stg_all_branches)'" ) ,
365
365
"committish" => params. word ( "-xa '(__fish_stg_commit)'" ) ,
366
366
"git-diff-opt" => params. word ( "-xa '(__fish_stg_git_diff_opts)'" ) ,
367
- "git-format-patch-opts " => params. word ( "-xa '(__fish_stg_git_format_patch_opts)'" ) ,
368
- "git-send-email-opts " => params. word ( "-xa '(__fish_stg_git_send_email_opts)'" ) ,
367
+ "git-format-patch-opt " => params. word ( "-xa '(__fish_stg_git_format_patch_opts)'" ) ,
368
+ "git-send-email-opt " => params. word ( "-xa '(__fish_stg_git_send_email_opts)'" ) ,
369
369
"patch" | "patchranges" => params. word ( "-kxa '(__fish_stg_patches -A -U)'" ) ,
370
370
"patchranges-all" | "set-tree" | "stgit-revision" => {
371
371
params. word ( "-kxa '(__fish_stg_patches --all)'" )
You can’t perform that action at this time.
0 commit comments