[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Findutils-patches] [PATCH] Remove some extra spaces present in locate u
From: |
Francesco Cosoleto |
Subject: |
[Findutils-patches] [PATCH] Remove some extra spaces present in locate usage text. |
Date: |
Sun, 7 Mar 2010 20:39:10 +0100 |
Signed-off-by: Francesco Cosoleto <address@hidden>
---
locate/locate.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/locate/locate.c b/locate/locate.c
index c01f6c2..3dc636e 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -1413,8 +1413,8 @@ usage (FILE *stream)
Usage: %s [-d path | --database=path] [-e | -E | --[non-]existing]\n\
[-i | --ignore-case] [-w | --wholename] [-b | --basename] \n\
[--limit=N | -l N] [-S | --statistics] [-0 | --null] [-c | --count]\n\
- [-P | -H | --nofollow] [-L | --follow] [-m | --mmap ] [ -s | --stdio ]\n\
- [-A | --all] [-p | --print] [-r | --regex ] [--regextype=TYPE]\n\
+ [-P | -H | --nofollow] [-L | --follow] [-m | --mmap] [-s | --stdio]\n\
+ [-A | --all] [-p | --print] [-r | --regex] [--regextype=TYPE]\n\
[--max-database-age D] [--version] [--help]\n\
pattern...\n"),
program_name);
--
1.6.4.2
- [Findutils-patches] [PATCH] Remove some extra spaces present in locate usage text.,
Francesco Cosoleto <=