Add some comments

This commit is contained in:
Jérémy Lecour 2023-03-22 14:17:10 +01:00 committed by Jérémy Lecour
parent 70e541dd6d
commit ea054f314c

View file

@ -191,11 +191,13 @@ local_tasks() {
########## Network ################ ########## Network ################
# Dump network routes with mtr and traceroute (warning: could be long with aggressive firewalls) # Dump network routes with mtr and traceroute (warning: could be long with aggressive firewalls)
### dump_traceroute --targets=host_or_ip[,host_or_ip]
dump_traceroute --targets=8.8.8.8,www.evolix.fr,travaux.evolix.net dump_traceroute --targets=8.8.8.8,www.evolix.fr,travaux.evolix.net
########## Server state ########### ########## Server state ###########
# Run dump-server-state to extract system information # Run dump-server-state to extract system information
### dump-server-state [any dump-server-state option]
dump_server_state dump_server_state
# Dump file access control lists # Dump file access control lists