rexim 4 years ago
parent
commit
7d4dfeee21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nobuild.h

+ 1 - 1
nobuild.h

@@ -655,7 +655,7 @@ void pid_wait(Pid pid)
 
 
 Cstr cmd_show(Cmd cmd)
 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 string literals when arguments contains space
     // - No escaping of special characters
     // - No escaping of special characters
     // - Etc.
     // - Etc.