Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
[gitweb.git] / builtin-reflog.c
index ff8b4f615b67358d31ccca78d7639ad0fe1ec78e..95198c5de41072bfb8adf7f29d9bbb44eec665ac 100644 (file)
@@ -240,7 +240,7 @@ static int unreachable(struct expire_reflog_cb *cb, struct commit *commit, unsig
 static void mark_reachable(struct commit *commit, unsigned long expire_limit)
 {
        /*
-        * We need to compute if commit on either side of an reflog
+        * We need to compute whether the commit on either side of a reflog
         * entry is reachable from the tip of the ref for all entries.
         * Mark commits that are reachable from the tip down to the
         * time threshold first; we know a commit marked thusly is
@@ -694,7 +694,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
  */
 
 static const char reflog_usage[] =
-"git reflog (expire | ...)";
+"git reflog [ show | expire | delete ]";
 
 int cmd_reflog(int argc, const char **argv, const char *prefix)
 {