From 3ff5e98d2549c71d4ccfa058dbf0c6fefaa66984 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 7 Jan 2016 15:43:30 -0800 Subject: [PATCH] commnet --- command/monitor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/monitor.go b/command/monitor.go index 498f04e76..e65136045 100644 --- a/command/monitor.go +++ b/command/monitor.go @@ -161,7 +161,8 @@ func (m *monitor) update(update *evalState) { // monitor is used to start monitoring the given evaluation ID. It // writes output directly to the monitor's ui, and returns the -// exit code for the command. +// exit code for the command. If allowPrefix is false, monitor will only accept +// exact matching evalIDs. // // The return code will be 0 on successful evaluation. If there are // problems scheduling the job (impossible constraints, resources