diff --git a/custom-completions/bat/bat-completions.nu b/custom-completions/bat/bat-completions.nu index a67b3fc5b..f818e81ca 100644 --- a/custom-completions/bat/bat-completions.nu +++ b/custom-completions/bat/bat-completions.nu @@ -1,6 +1,6 @@ # A cat(1) clone with syntax highlighting and Git integration export extern "bat" [ - ...file: path # file(s) to print / concatenate + ...file: glob # file(s) to print / concatenate --help # Print help (see a summary with '-h') -h # Print help (see more with '--help') --version # Print version