From 872db47abf861dceee4c1b4265e2f185168920f3 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 29 Aug 2024 19:13:38 +0200 Subject: Fixed typo in command in manpage --- .gitignore | 2 ++ activity.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 583185c..2f855a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *.html *.svg +*.png +repositories diff --git a/activity.1 b/activity.1 index 2e5a489..49e600e 100644 --- a/activity.1 +++ b/activity.1 @@ -31,7 +31,7 @@ $ activity .SS Generate SVG chart for 2023 for all repositories in a list .RS .EX -$ xargs activity \-y2023 \-fsvg activity.svh +$ xargs activity \-y2023 \-fsvg activity.svg .EE .RE .SS Generate HTML5 rolling chart filtered by matching either author or committer in all repositories in a list -- cgit v1.1