Skip to content

Commit 6eb6a85

Browse files
committed
cleanup cmd line options
1 parent 974dfd8 commit 6eb6a85

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

doc/infoBrowser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Command-line options:
2424
-d detetor : defines a predefined filter on startup
2525
-p partition : defines a predefined filter on startup
2626
-f facility : defines a predefined filter on startup
27-
-l level : defines a predefined filter on startup
27+
-l level : defines a predefined filter on startup (use same string as found in select box)
2828
-admin : enables admin commands for messages archival
29-
-prefs : loads on startup a 'preference' file saved previously
30-
-z config : provides path to configuration file (by default: /etc/infoLogger.cfg, or from environment variable INFOLOGGER_CONFIG if set)
29+
-prefs file : loads on startup a preference file saved previously from the Display menu (geometry, filters, online state)
30+
-z file : provides path to configuration file (by default: /etc/infoLogger.cfg, or from environment variable INFOLOGGER_CONFIG if set)
3131
```
3232

3333
# GUI

src/infoBrowser.tcl

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,21 @@
55
#
66
# This GUI allows to browse the log messages of the infoLogger system.
77
# command line options:
8-
# -s severity : launch with filter on severity
9-
# -d detector : launch with filter on detector
10-
# -p partition : launch with filter on partition
11-
# -f facility : launch with filter on facility
12-
# -l level : launch with filter on level (same string as found in select box)
13-
# -admin : launch with archive management enabled (not by default)
14-
#
8+
# -s severity : defines a predefined filter on startup
9+
# -d detetor : defines a predefined filter on startup
10+
# -p partition : defines a predefined filter on startup
11+
# -f facility : defines a predefined filter on startup
12+
# -l level : defines a predefined filter on startup (use same string as found in select box)
13+
# -admin : enables admin commands for messages archival
14+
# -prefs file : loads on startup a preference file saved previously from the Display menu (geometry, filters, online state)
15+
# -z file : provides path to configuration file (by default: /etc/infoLogger.cfg, or from environment variable INFOLOGGER_CONFIG if set)
16+
#
1517
# requires tcl/tk 8.4 (panedwindow widget)
1618
#
1719
# 12/05/2017 SC - Import infoBrowser from DATE 7.108 to O2 FLP prototype
1820
# Protocol v1.4
1921
# Updated default configuration settings to split from DATE
22+
# 24/11/2020 SC - Added extended display preferences save/load
2023
################################################################
2124

2225
# infoBrowser version

0 commit comments

Comments
 (0)