We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415dc3e commit 0124e13Copy full SHA for 0124e13
bugreport.c
@@ -34,7 +34,7 @@ static void get_system_info(struct strbuf *sys_info)
34
strbuf_complete_line(sys_info);
35
36
/* system call for other version info */
37
- strbuf_addstr(sys_info, "uname -a: ");
+ strbuf_addstr(sys_info, "uname: ");
38
if (uname(&uname_info))
39
strbuf_addf(sys_info, "uname() failed with code %d\n", errno);
40
else
0 commit comments