Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions xp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ OPTION=$2

usage() {
cat <<-END_USAGE

xp [-o] N_DAYS
Print a readable guide of what you've accomplished in the last N_DAYS."
The -o option ommits days on which no tasks were commited."
Print a readable guide of what you've accomplished in the last N_DAYS.
The -o option omits days on which no tasks were committed.
END_USAGE
}

Expand Down