diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-05 22:24:33 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-22 22:29:00 -0800 |
commit | 9729a3345940c400753a383f014300bf9878cb0f (patch) | |
tree | d3ae111d78ae6ca3c9a7e085f50ecae988c33c6f /fstobdf.c | |
parent | bc9e90093861d12de7aaf880a7f7b0bb35f130c7 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |