Skip to content

Commit

Permalink
made -D option more descriptive
Browse files Browse the repository at this point in the history
I personally had no idea it uses the same format as git log, my first try was to write `git standup -D absolute` (cause you know, absolute is the opposite of relative xd), that made me look into the source code.
  • Loading branch information
Łukasz Mazurek authored and kamranahmedse committed Jan 30, 2019
1 parent ae1fc79 commit 0bb0af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-standup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Usage:
-L - Toggle inclusion of symbolic links in recursive directory search
-d - Specify the number of days back to include
-u - Specify the number of days back until this day
-D - Specify the date format for "git log" (default: relative)
-D - Specify the date format for "git log" (default: relative, other: local|default|iso|rfc|short|raw)
-h - Display this help screen
-g - Show if commit is GPG signed (G) or not (N)
-f - Fetch the latest commits beforehand
Expand Down

0 comments on commit 0bb0af3

Please sign in to comment.