keytar: fix package name in update script help text

This commit is contained in:
pacien
2022-10-08 22:47:14 +02:00
parent c5924154f0
commit 327a4e1ce0
@@ -2,7 +2,7 @@
#!nix-shell -I nixpkgs=../../../../../../ -i bash -p wget prefetch-yarn-deps yarn
if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
echo "Regenerates packaging data for the seshat package."
echo "Regenerates packaging data for the keytar package."
echo "Usage: $0 [git release tag]"
exit 1
fi