stash doc: mention short form -k in save description
[gitweb.git] / Documentation / rev-list-options.txt
index e286a8b022e3ff1cc6e24dffc14ed47ab3c78904..2991d70a4a24d10c7f121b766d5f52545414b591 100644 (file)
@@ -662,7 +662,7 @@ include::pretty-options.txt[]
 `--date=relative` shows dates relative to the current time,
 e.g. ``2 hours ago''.
 +
-`--date=local` shows timestamps in user's local timezone.
+`--date=local` shows timestamps in user's local time zone.
 +
 `--date=iso` (or `--date=iso8601`) shows timestamps in ISO 8601 format.
 +
@@ -673,7 +673,7 @@ format, often found in email messages.
 +
 `--date=raw` shows the date in the internal raw Git format `%s %z` format.
 +
-`--date=default` shows timestamps in the original timezone
+`--date=default` shows timestamps in the original time zone
 (either committer's or author's).
 
 ifdef::git-rev-list[]