File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/org/scion/multiping Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ private static void printUsage() {
104
104
private static void printUsageDownloadAssignments () {
105
105
Util .println ("Usage: scion-multiping download-assignments" );
106
106
Util .println ();
107
- Util .println (" This tool downloads a list of known ISD/AS assignments and saves it to a file." );
107
+ Util .println (
108
+ " This tool downloads a list of known ISD/AS assignments and saves it to a file." );
108
109
Util .println (" The output file is called `isd-as-assignments.csv`." );
109
110
Util .println ("" );
110
111
}
@@ -128,7 +129,8 @@ static void printUsagePingAll() {
128
129
private static void printUsagePingRepeat () {
129
130
Util .println ("Usage: scion-multiping ping-repeat" );
130
131
Util .println ();
131
- Util .println (" This tool is used for repeatedly probing (traceroute) multiple paths to multiple ASes." );
132
+ Util .println (
133
+ " This tool is used for repeatedly probing (traceroute) multiple paths to multiple ASes." );
132
134
Util .println (" The destination ASes are read from a file `isd-as-assignments.csv`." );
133
135
Util .println (" Other configuration options can be defined in `ping-repeat-config.json`." );
134
136
Util .println (" Results are written to a CSV file `ping-results.csv`." );
You can’t perform that action at this time.
0 commit comments