(usage): update usage string

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5452 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-02-27 22:45:40 +00:00
parent 796854d16e
commit 8343b4ae3f

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -90,7 +90,7 @@ usage (int ret)
arg_printusage (args,
sizeof(args) / sizeof(args[0]),
NULL,
"[{po:username[@hostname] | hostname[:username]}] "
"[[{po:username[@hostname] | hostname[:username]}] ...]"
"filename");
exit (ret);
}