mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Use getprogname(3) instead of hardcoding the name..
This commit is contained in:
parent
869ef2e75f
commit
458f42f154
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83339
@ -538,7 +538,7 @@ void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Usage: burncd [-delmpqtv] [-f device] [-s speed] [command]"
|
||||
" [command file ...]\n");
|
||||
"Usage: %s [-delmpqtv] [-f device] [-s speed] [command]"
|
||||
" [command file ...]\n", getprogname());
|
||||
exit(EX_USAGE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user