Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a duplicate --not option in bash completion
This was just me being silly; I put the --not option into the completion list twice. There's no duplicates shown in the shell as the shell removes them before showing them to the user. But we really don't need the duplicates in the source script either. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
- Loading branch information