[PATCH:fstobdf 06/17] Spell out -server in usage message to match man page
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Nov 15 18:38:35 PST 2013
Code matches -s*, so either form works, but better to have them agree.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
fstobdf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fstobdf.c b/fstobdf.c
index 8d029a5..db168c9 100644
--- a/fstobdf.c
+++ b/fstobdf.c
@@ -52,7 +52,7 @@ in this Software without prior written authorization from The Open Group.
static void _X_NORETURN
usage(char *progName)
{
- fprintf(stderr, "Usage: %s [-s <font server>] -fn <font name>\n",
+ fprintf(stderr, "Usage: %s [-server <font server>] -fn <font name>\n",
progName);
exit(0);
}
--
1.7.9.2
More information about the xorg-devel
mailing list