diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-02 18:24:55 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-14 17:57:50 +0100 |
commit | 098b69c42296d9251add734dab054f02d89e3bda (patch) | |
tree | 02c935e0124e27fa6c090651bae28de5a1952aae /src/lid.c | |
parent | 214496cf7534831f0db0e5a9863cb1a13099850f (diff) | |
download | idutils-098b69c42296d9251add734dab054f02d89e3bda.tar.gz idutils-098b69c42296d9251add734dab054f02d89e3bda.tar.bz2 idutils-098b69c42296d9251add734dab054f02d89e3bda.zip |
Put at least two spaces between an option and its description.
help2man requires this.
* src/lid.c: Add another space before the description.
* src/mkid.c: Likewise.
* src/xtokid.c: Likewise.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'src/lid.c')
-rw-r--r-- | src/lid.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ /* lid.c -- primary query interface for mkid database - Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 1986, 1995-1996, 1999-2000, 2007-2008 Free Software + Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify @@ -265,7 +266,7 @@ matched identifier followed by the list of file names in which it occurs.\n\ \n\ -k, --key=STYLE STYLE is one of `token', `pattern' or `none'\n\ -R, --result=STYLE STYLE is one of `filenames', `grep', `edit' or `none'\n\ - -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n\ + -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n\ only applies to file names when `--result=filenames'\n\ The above STYLE options control how query results are presented.\n\ Defaults are --key=token --result=filenames --separator=%s\n\ |