test: Add missing properties to test-call-settings

This commit is contained in:
Bertrand Aygon 2011-03-04 11:25:28 +01:00 committed by Denis Kenzior
parent 8f954f28de
commit 2c249ca12f
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ def property_changed(name, value):
if __name__ == "__main__":
if len(sys.argv) < 3:
print "Usage: %s [modem] <property> <newvalue>" % (sys.argv[0])
print "Properties can be: VoiceCallWaiting, HideCallerId"
print "Properties can be: VoiceCallWaiting,"
print " ConnectedLineRestriction, CallingLineRestriction,"
print " CallingLinePresentation, CalledLinePresentation,"
print " ConnectedLinePresentation, HideCallerId"
sys.exit(1)
canexit = False