rexim 4 年之前
父节点
当前提交
7d4dfeee21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nobuild.h

+ 1 - 1
nobuild.h

@@ -655,7 +655,7 @@ void pid_wait(Pid pid)
 
 Cstr cmd_show(Cmd cmd)
 {
-    // TODO: cmd_show does not render the command line properly
+    // TODO(#31): cmd_show does not render the command line properly
     // - No string literals when arguments contains space
     // - No escaping of special characters
     // - Etc.