Skip to content

Commit

Permalink
Changed missing sort metric example to the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed May 26, 2015
1 parent 81e4cf6 commit 9337950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/goaccess.conf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ ignore-panel KEYPHRASES
#
# Available metrics:
# BY_HITS
# BY_VIS
# BY_VISITORS
# BY_DATA
# BY_BW
# BY_USEC
Expand Down
2 changes: 1 addition & 1 deletion src/sort.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const int sort_choices[][SORT_MAX_OPTS] = {

static GEnum FIELD[] = {
{"BY_HITS" , SORT_BY_HITS } ,
{"BY_VIS" , SORT_BY_VISITORS } ,
{"BY_VISITORS" , SORT_BY_VISITORS } ,
{"BY_DATA" , SORT_BY_DATA } ,
{"BY_BW" , SORT_BY_BW } ,
{"BY_USEC" , SORT_BY_USEC } ,
Expand Down

0 comments on commit 9337950

Please sign in to comment.