@@ -44,32 +44,37 @@ def __init__(self):
44
44
'\t help : this help.\n \n '
45
45
'\t version : tool version.\n \n '
46
46
'\t quit : exit interactive CLI and close program.\n \n '
47
- '\t participants : DomainParticipants discovered in the network.\n \n '
47
+ '\t participants : DomainParticipants discovered in the '
48
+ 'network.\n \n '
48
49
'\t participants verbose : verbose information about DomainParticipants '
49
50
'discovered in the network.\n \n '
50
51
'\t participants <Guid> : verbose information related with a specific '
51
52
'DomainParticipant.\n \n '
52
53
'\t writers : DataWriters discovered in the network.\n \n '
53
- '\t writers verbose : verbose information about DataWriters discovered '
54
- 'in the network.\n \n '
54
+ '\t writers verbose : verbose information about DataWriters '
55
+ 'discovered in the network.\n \n '
55
56
'\t writers <Guid> : verbose information related with a specific '
56
57
'DataWriter.\n \n '
57
58
'\t reader : DataReaders discovered in the network.\n \n '
58
- '\t reader verbose : verbose information about DataReaders discovered '
59
- 'in the network.\n \n '
59
+ '\t reader verbose : verbose information about DataReaders '
60
+ 'discovered in the network.\n \n '
60
61
'\t reader <Guid> : verbose information related with a specific '
61
62
'DataReader.\n \n '
62
- '\t topics : Topics discovered in the network in compact format.\n \n '
63
+ '\t topics : Topics discovered in the network '
64
+ 'in compact format.\n \n '
63
65
'\t topics v : Topics discovered in the network.\n \n '
64
66
'\t topics vv : verbose information about Topics discovered '
65
67
'in the network.\n \n '
66
- '\t topics <name> : Topics discovered in the network filtered by name '
67
- '(wildcard allowed (*)).\n \n '
68
- '\t echo <name> : data of a specific Topic (Data Type must be discovered).\n \n '
68
+ '\t topics <name> : Topics discovered in the network filtered by '
69
+ 'name (wildcard allowed (*)).\n \n '
70
+ '\t echo <name> : data of a specific Topic '
71
+ '(Data Type must be discovered).\n \n '
69
72
'\t echo <wildcard_name> : data of Topics matching the wildcard name '
70
73
'(and whose Data Type is discovered).\n \n '
71
- '\t echo <name> verbose : data with additional source info of a specific Topic.\n \n '
72
- '\t echo <wildcard_name> verbose : data with additional source info of Topics matching the '
74
+ '\t echo <name> verbose : data with additional source info '
75
+ 'of a specific Topic.\n \n '
76
+ '\t echo <wildcard_name> verbose : data with additional source info '
77
+ 'of Topics matching the '
73
78
'topic name (wildcard allowed (*)).\n \n '
74
79
'\t echo all : verbose data of all topics (only those whose '
75
80
'Data Type is discovered).\n \n '
@@ -78,7 +83,8 @@ def __init__(self):
78
83
'\t To exit from data printing, press enter.\n \n '
79
84
'\t Each command is accessible by using its first letter (h/v/q/p/w/r/t/s).\n \n '
80
85
'\n \n '
81
- 'For more information about these commands and formats, please refer to the documentation:\n \n '
86
+ 'For more information about these commands and formats, '
87
+ 'please refer to the documentation:\n \n '
82
88
'https://fast-dds-spy.readthedocs.io/en/latest/\n '
83
89
)
84
90
)
0 commit comments