1
0
Fork 0

Fix \n in nbd_proxy

qemu-send-loop
Vitaliy Filippov 2023-06-19 01:48:58 +03:00
parent 83cacba226
commit b84927b340
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public:
" --dev_num N\n"
" Use the specified device /dev/nbdN instead of automatic selection.\n"
" --foreground 1\n"
" Stay in foreground, do not daemonize.n",
" Stay in foreground, do not daemonize.\n",
exe_name, exe_name, exe_name
);
exit(0);