summaryrefslogtreecommitdiff
path: root/fstobdf.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-05 22:24:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-22 22:29:00 -0800
commit9729a3345940c400753a383f014300bf9878cb0f (patch)
treed3ae111d78ae6ca3c9a7e085f50ecae988c33c6f /fstobdf.c
parentbc9e90093861d12de7aaf880a7f7b0bb35f130c7 (diff)
Spell out -server in usage message to match man page
Code matches -s*, so either form works, but better to have them agree. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'fstobdf.c')
-rw-r--r--fstobdf.c2
1 files changed, 1 insertions, 1 deletions
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);
}