Stefan Tauner has uploaded this change for review.
fixup! Convert flashrom to git
- Change shortcut for getrevision's --url function from U to u.
There is no reason for it to be a capital letter, is there?
Change-Id: I2f84d9db2ec3247f313573c5fcd8b9b758ab9d96
---
M util/getrevision.sh
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/37/21837/1
diff --git a/util/getrevision.sh b/util/getrevision.sh
index cdd9b73..d92991d 100755
--- a/util/getrevision.sh
+++ b/util/getrevision.sh
@@ -159,7 +159,7 @@
test if path is under version control at all
-r or --revision
return unique revision information
- -U or --url
+ -u or --url
URL associated with the latest commit
-d or --date
date of most recent modification
@@ -187,7 +187,7 @@
-h|--help)
action=show_help;
shift;;
- -U|--url)
+ -u|--url)
check_action $1
action=scm_url
shift;;
To view, visit change 21837. To unsubscribe, visit settings.