]> git.ipfire.org Git - thirdparty/man-pages.git/commit
grepc: Usage: ffix
authorAlejandro Colomar <alx.manpages@gmail.com>
Wed, 11 May 2022 16:53:30 +0000 (18:53 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:28:57 +0000 (21:28 +0100)
commitb14be15f402e12a237f668b1e7f05d519619e125
treee521f56d5a0211766825fc2d4f4fbac0d6f16cf8
parentb71f01b7f504b6dcf2a69c43bf42aa06531118d0
grepc: Usage: ffix

Using caps instead of <> will be nicer when we add options and
optional arguments for the files/directories:

  Usage: grepc [OPTION]... IDENTIFIER [FILE]...

vs

  Usage: grepc [<option>]... IDENTIFIER [<file>]...

Also, it's what pcregrep(1) and GNU grep(1) use, so it's good to
use the same syntax here.

Reported-by: наб <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
bin/grepc