diff --git a/src/plugins/select/cray/select_cray.c b/src/plugins/select/cray/select_cray.c
index a8ab24fa2e531a5c63e65ff0d2a17b2460c7a5d4..bf5de135ac841aee44a28639ea185d7368bde828 100644
--- a/src/plugins/select/cray/select_cray.c
+++ b/src/plugins/select/cray/select_cray.c
@@ -214,11 +214,8 @@ static int _run_nhc(nhc_info_t *nhc_info)
 	argv[i++] = exit_char;
 	argv[i++] = "-r";
 	argv[i++] = jobid_char;
-	/* When the -u option is added to xtcleanup_after uncomment
-	   these lines.
-	*/
-	/* argv[i++] = "-u"; */
-	/* argv[i++] = user_char; */
+	argv[i++] = "-u";
+	argv[i++] = user_char;
 	argv[i++] = "-m";
 	argv[i++] = nhc_info->step ? "application" : "reservation";
 	argv[i++] = nodelist_nids;