" state Shows if the system is online or offline\n"
" services Display list of all services\n"
" --properties <service name> Show properties of service\n"
- " tech Current technology on the system\n"
+ " technologies Current technology on the system\n"
" scan <technology> Scans for new services on the given technology\n"
" connect <service> Connect to a given service\n"
" disconnect <service> Disconnect from service\n"
error = list_properties(connection, "GetProperties", NULL);
if (error != 0)
return error;
- } else if (strcmp(argv[0], "tech") == 0) {
+ } else if (strcmp(argv[0], "technologies") == 0) {
if (argc != 1) {
fprintf(stderr, "Tech cannot accept an argument, "
"see help\n");
.BR offlinemode "] ["
.BR disable " <technology> | "
.BR offlinemode "] ["
-.BR tech "] ["
+.BR technologies "] ["
.BR state "] ["
.BR services " [\-\-properties <service>]] ["
.BR scan " <technology>] ["
to their individual policies.
.PP
.TP
-.B tech
+.B technologies
Shows a list of all technology types existing on the system and
their properties. See the properties section of the Technology
API for explanations of each property.