X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fosmclient.git;a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;h=c369ff5306d8288c018a6775127e774b82b7fc23;hp=5dacfe4a03000f6c96e8cb681929cfa1cf6063dd;hb=5de571ed5ac38d3225ebdaa257b2b6b453a03bb5;hpb=e6e1c7f2a465af96d4a9c5a8048c011fd8036b05 diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index 5dacfe4..c369ff5 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -2203,7 +2203,7 @@ def sdnc_list(ctx, filter): except ClientException as inst: print((inst.message)) exit(1) - table = PrettyTable(['name', 'id']) + table = PrettyTable(['sdnc name', 'id']) for sdnc in resp: table.add_row([sdnc['name'], sdnc['_id']]) table.align = 'l'