about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 11:29:32 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 11:29:32 +0100
commitdd054185a8d2c8df3589f2e40f510eb131e121e3 (patch)
tree50557d4ff987223c3f24d15a6cbed49f25fb3d85
parentfix(hm/pkgs/fupdate): Don't pass '--' to child command (diff)
downloadnixos-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-xhm/soispha/pkgs/scripts/apps/git-edit-index.sh3
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.