diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 11:29:32 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 11:29:32 +0100 |
commit | dd054185a8d2c8df3589f2e40f510eb131e121e3 (patch) | |
tree | 50557d4ff987223c3f24d15a6cbed49f25fb3d85 | |
parent | fix(hm/pkgs/fupdate): Don't pass '--' to child command (diff) | |
download | nixos-config-dd054185a8d2c8df3589f2e40f510eb131e121e3.tar.gz nixos-config-dd054185a8d2c8df3589f2e40f510eb131e121e3.zip |
fix(hm/pkgs/git-update-index): Remove '--' from help text
The parser for the automatic completion generation fails, when it encounters an option without name.
-rwxr-xr-x | hm/soispha/pkgs/scripts/apps/git-edit-index.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/scripts/apps/git-edit-index.sh b/hm/soispha/pkgs/scripts/apps/git-edit-index.sh index 5233b41b..0010718b 100755 --- a/hm/soispha/pkgs/scripts/apps/git-edit-index.sh +++ b/hm/soispha/pkgs/scripts/apps/git-edit-index.sh @@ -23,9 +23,6 @@ Usage: $NAME [OPTIONS] [--] FILES OPTIONS: - -- - Ignore all flags after this point. - --help | -h Display this help and exit. |