Corrected help text for fields argument.

这个提交包含在:
Craig Warren
2015-12-11 17:17:06 +00:00
父节点 d53b0a2870
当前提交 5f429e8197

查看文件

@@ -43,7 +43,7 @@ time = time / 1e-9
# Check for valid field names
for field in args.fields:
if field not in fieldslist:
raise CmdInputError('{} not allowed. Options are: Ex, Ey, Ez, Hx, Hy, Hz'.format(field))
raise CmdInputError('{} not allowed. Options are: Ex Ey Ez Hx Hy Hz'.format(field))
for rx in range(1, nrx + 1):
path = '/rxs/rx' + str(rx) + '/'