aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-06-15 22:50:46 +0100
committerJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-06-17 12:00:10 +0100
commitc5b3842639c201d1ddf9fd63d30fa50277d32f6e (patch)
tree5c918decc500c23437afa81ab5f964ce86aac00a /rawshark.c
parentff9acff6f2373d7cfd9fe7d3c8cb6c3aa188e4bf (diff)
wslog: Add more documentation
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rawshark.c b/rawshark.c
index c39809af73..471a89375c 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -201,6 +201,8 @@ print_usage(FILE *output)
fprintf(output, " (%%D - name, %%S - stringval, %%N numval)\n");
fprintf(output, " -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)\n");
+ ws_log_print_usage(output);
+
fprintf(output, "\n");
fprintf(output, "Miscellaneous:\n");
fprintf(output, " -h display this help and exit\n");