1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

clvmd: missed newline in help text

Print \n after listing included lock managers.
This commit is contained in:
Zdenek Kabelac 2015-05-03 00:30:14 +02:00
parent 9fb93fcd90
commit 636bcb020a
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.120 - Version 2.02.120 -
=============================== ===============================
Add missing newline in clvmd --help output.
Version 2.02.119 - 2nd May 2015 Version 2.02.119 - 2nd May 2015
=============================== ===============================

View File

@ -172,6 +172,7 @@ static void usage(const char *prog, FILE *file)
#ifdef USE_SINGLENODE #ifdef USE_SINGLENODE
"singlenode " "singlenode "
#endif #endif
"\n"
" -R Tell all running clvmds in the cluster to reload their device cache\n" " -R Tell all running clvmds in the cluster to reload their device cache\n"
" -S Restart clvmd, preserving exclusive locks\n" " -S Restart clvmd, preserving exclusive locks\n"
" -t<secs> Command timeout (default: 60 seconds)\n" " -t<secs> Command timeout (default: 60 seconds)\n"