@@ -600,7 +600,7 @@ static int cmd_reflog_expire(int argc, const char **argv, const char *prefix)
600600 OPT_BIT (0 , "updateref" , & flags ,
601601 N_ ("update the reference to the value of the top reflog entry" ),
602602 EXPIRE_REFLOGS_UPDATE_REF ),
603- OPT_BOOL (0 , "verbose" , & verbose , N_ ("print extra information on screen. " )),
603+ OPT_BOOL (0 , "verbose" , & verbose , N_ ("print extra information on screen" )),
604604 OPT_CALLBACK_F (0 , "expire" , & cmd , N_ ("timestamp" ),
605605 N_ ("prune entries older than the specified time" ),
606606 PARSE_OPT_NONEG ,
@@ -613,7 +613,7 @@ static int cmd_reflog_expire(int argc, const char **argv, const char *prefix)
613613 N_ ("prune any reflog entries that point to broken commits" )),
614614 OPT_BOOL (0 , "all" , & do_all , N_ ("process the reflogs of all references" )),
615615 OPT_BOOL (1 , "single-worktree" , & all_worktrees ,
616- N_ ("limits processing to reflogs from the current worktree only. " )),
616+ N_ ("limits processing to reflogs from the current worktree only" )),
617617 OPT_END ()
618618 };
619619
@@ -736,7 +736,7 @@ static int cmd_reflog_delete(int argc, const char **argv, const char *prefix)
736736 OPT_BIT (0 , "updateref" , & flags ,
737737 N_ ("update the reference to the value of the top reflog entry" ),
738738 EXPIRE_REFLOGS_UPDATE_REF ),
739- OPT_BOOL (0 , "verbose" , & verbose , N_ ("print extra information on screen. " )),
739+ OPT_BOOL (0 , "verbose" , & verbose , N_ ("print extra information on screen" )),
740740 OPT_END ()
741741 };
742742
0 commit comments