Skip to content

Commit

Permalink
Updated usage function to clarify the -a option.
Browse files Browse the repository at this point in the history
Let the user know there is an "all" filter for the -a option.
  • Loading branch information
pjbaert authored and kamranahmedse committed Sep 30, 2021
1 parent 5a707b1 commit ce40800
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 @@ -7,7 +7,7 @@ function usage() {
Usage:
git standup [-a <author name>] [-w <weekstart-weekend>] [-d <since-days-ago>] [-u <until-days-ago>] [-m <max-dir-depth>] [-g] [-h] [-f] [-c]
-a - Specify author to restrict search to
-a - Specify author to restrict search to or use "all" to see all authors
-b - Specify branch to restrict search to (unset: all branches, "\$remote/\$branch" to include fetches)
-w - Specify weekday range to limit search to
-m - Specify the depth of recursive directory search
Expand Down

0 comments on commit ce40800

Please sign in to comment.