diff options
author | Aki <please@ignore.pl> | 2024-08-29 19:13:38 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-08-29 19:13:38 +0200 |
commit | 872db47abf861dceee4c1b4265e2f185168920f3 (patch) | |
tree | bbbc52551a38b132eb595718119b0b33908fac64 | |
parent | 838feeb02e4463e169688938a3e56a94b3d09bef (diff) | |
download | activity-872db47abf861dceee4c1b4265e2f185168920f3.zip activity-872db47abf861dceee4c1b4265e2f185168920f3.tar.gz activity-872db47abf861dceee4c1b4265e2f185168920f3.tar.bz2 |
Fixed typo in command in manpage
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | activity.1 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ *.html *.svg +*.png +repositories @@ -31,7 +31,7 @@ $ activity .SS Generate SVG chart for 2023 for all repositories in a list .RS .EX -$ xargs activity \-y2023 \-fsvg <repositories >activity.svh +$ xargs activity \-y2023 \-fsvg <repositories >activity.svg .EE .RE .SS Generate HTML5 rolling chart filtered by matching either author or committer in all repositories in a list |