mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Updated help text (-h) to describe the --grading flag instead of --tda367.
This commit is contained in:
parent
28d7981bdf
commit
b18e31a20b
1 changed files with 3 additions and 3 deletions
6
help.py
6
help.py
|
@ -28,6 +28,9 @@ Mandatory arguments to long options are mandatory for short options too.
|
||||||
include when computing statistics. The
|
include when computing statistics. The
|
||||||
default extensions used are:
|
default extensions used are:
|
||||||
{1}
|
{1}
|
||||||
|
--grading show statistics and information in a way that
|
||||||
|
is formatted for grading of student projects;
|
||||||
|
this is the same as supplying -lmrTw
|
||||||
-H, --hard track rows and look for duplicates harder;
|
-H, --hard track rows and look for duplicates harder;
|
||||||
this can be quite slow with big repositories
|
this can be quite slow with big repositories
|
||||||
-l, --list-file-types list all the file extensions available in the
|
-l, --list-file-types list all the file extensions available in the
|
||||||
|
@ -37,9 +40,6 @@ Mandatory arguments to long options are mandatory for short options too.
|
||||||
-r --responsibilities show which files the different authors seem
|
-r --responsibilities show which files the different authors seem
|
||||||
most responsible for
|
most responsible for
|
||||||
-T, --timeline show commit timeline, including author names
|
-T, --timeline show commit timeline, including author names
|
||||||
--tda367 show statistics and information in a way that
|
|
||||||
is formatted for the course TDA367/DIT211;
|
|
||||||
this is the same as supplying -lmrTw
|
|
||||||
-w show all statistical information in weeks
|
-w show all statistical information in weeks
|
||||||
instead of in months
|
instead of in months
|
||||||
-x, --exclude=PATTERN an exclusion pattern describing file names that
|
-x, --exclude=PATTERN an exclusion pattern describing file names that
|
||||||
|
|
Loading…
Reference in a new issue