diff --git a/custom-completions/git/git-completions.nu b/custom-completions/git/git-completions.nu index 941f39b..54567a3 100644 --- a/custom-completions/git/git-completions.nu +++ b/custom-completions/git/git-completions.nu @@ -108,7 +108,7 @@ export extern "git push" [ --dry-run(-n) # dry run --exec: string # receive pack program --follow-tags # push missing but relevant tags - --force-with-lease: string # require old value of ref to be at this value + --force-with-lease # require old value of ref to be at this value --force(-f) # force updates --ipv4(-4) # use IPv4 addresses only --ipv6(-6) # use IPv6 addresses only @@ -161,4 +161,3 @@ export extern "git cherry-pick" [ --abort # Cancel the operation --skip # Skip the current commit and continue with the rest of the sequence ] -