mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Print version to stdout
This commit is contained in:
parent
c0ed6d1d04
commit
9f86015c16
1 changed files with 1 additions and 1 deletions
|
@ -7938,7 +7938,7 @@ int main(int argc, char *argv[])
|
|||
g_state.uidgid = 1;
|
||||
break;
|
||||
case 'V':
|
||||
msg(VERSION);
|
||||
dprintf(STDOUT_FILENO, "%s\n", VERSION);
|
||||
return EXIT_SUCCESS;
|
||||
case 'w':
|
||||
cfg.cursormode = 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue