summaryrefslogtreecommitdiffstats
path: root/misc-utils/lslocks.c
diff options
context:
space:
mode:
authorBenno Schulenberg2012-08-29 21:32:22 +0200
committerKarel Zak2012-09-04 17:27:50 +0200
commite9e7698eb4a33b647a54676d33b10191a3374839 (patch)
treecac78bc9cd239e7fdf57a5abf02d6e6e8246d0d2 /misc-utils/lslocks.c
parenttextual: fix typos in messages (diff)
downloadkernel-qcow2-util-linux-e9e7698eb4a33b647a54676d33b10191a3374839.tar.gz
kernel-qcow2-util-linux-e9e7698eb4a33b647a54676d33b10191a3374839.tar.xz
kernel-qcow2-util-linux-e9e7698eb4a33b647a54676d33b10191a3374839.zip
textual: add missing comma and colon in some help texts
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/lslocks.c')
-rw-r--r--misc-utils/lslocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c
index 45fb6de97..820f5dcfa 100644
--- a/misc-utils/lslocks.c
+++ b/misc-utils/lslocks.c
@@ -481,7 +481,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fputs(_(" -p, --pid <pid> process id\n"
" -o, --output <list> define which output columns to use\n"
" -n, --noheadings don't print headings\n"
- " -r --raw use the raw output format\n"
+ " -r, --raw use the raw output format\n"
" -u, --notruncate don't truncate text in columns\n"
" -h, --help display this help and exit\n"
" -V, --version output version information and exit\n"), out);