diff --git a/src/fr/devinsy/statoolinfos/cli/StatoolInfosCLI.java b/src/fr/devinsy/statoolinfos/cli/StatoolInfosCLI.java index 190b3a5..2c33aac 100644 --- a/src/fr/devinsy/statoolinfos/cli/StatoolInfosCLI.java +++ b/src/fr/devinsy/statoolinfos/cli/StatoolInfosCLI.java @@ -109,19 +109,19 @@ public final class StatoolInfosCLI message.appendln(" statoolinfos build build property files from conf and input"); message.appendln(" statoolinfos clear remove property files from conf"); message.appendln(" statoolinfos crawl crawl all file from conf and input"); + message.appendln(" statoolinfos format format property files in tiny way"); message.appendln(" statoolinfos htmlize generate web pages from conf"); message.appendln(" statoolinfos probe OPTION [|] generate metrics files from conf"); message.appendln(" OPTION = [-full|-today|-previousday|-NN] with NN a day count"); + message.appendln(" statoolinfos tagdate update the file.datetime file"); message.appendln(" statoolinfos uptime update uptime journal"); message.appendln(); - message.appendln(" statoolinfos format format property files in tiny way"); - message.appendln(" statoolinfos list ip [-bot|-nobot] generate ip list from log file"); - message.appendln(" statoolinfos list ua [-bot|-nobot] generate user agent list from log file"); - message.appendln(" statoolinfos list visitors [-bot|-nobot] generate visitors (ip+ua) list from log file"); - message.appendln(" statoolinfos stat ip [-bot|-nobot] generate stats about ip from log file"); - message.appendln(" statoolinfos stat ua [-bot|-nobot] generate stats about user agent from log file"); - message.appendln(" statoolinfos stat visitors [-bot|-nobot] generate stats about visitors (ip+ua) from log file"); - message.appendln(" statoolinfos tagdate update the file.datetime file"); + message.appendln(" statoolinfos list ip [-bot|-nobot] generate ip list from http log file"); + message.appendln(" statoolinfos list ua [-bot|-nobot] generate user agent list from http log file"); + message.appendln(" statoolinfos list visitors [-bot|-nobot] generate visitors (ip+ua) list from http log file"); + message.appendln(" statoolinfos stat ip [-bot|-nobot] generate stats about ip from http log file"); + message.appendln(" statoolinfos stat ua [-bot|-nobot] generate stats about user agent from http log file"); + message.appendln(" statoolinfos stat visitors [-bot|-nobot] generate stats about visitors (ip+ua) from http log file"); System.out.print(message.toString()); }