mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 18:06:24 -04:00
Merge pull request #598 from richardfearn/fix-git-sed-typo
git-sed: fix 'unkonwn' typo
This commit is contained in:
commit
1ed75978a9
|
|
@ -46,7 +46,7 @@ actual command:
|
|||
;;
|
||||
-*)
|
||||
usage
|
||||
echo "unkonwn flag: $1"
|
||||
echo "unknown flag: $1"
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue