diff options
| author | Matteo Riondato <matteo@FreeBSD.org> | 2008-09-07 19:10:06 +0000 |
|---|---|---|
| committer | Matteo Riondato <matteo@FreeBSD.org> | 2008-09-07 19:10:06 +0000 |
| commit | 2c0e1c7ed4e5e262c83f8522f06cbb9dc7e5909b (patch) | |
| tree | 69bb7f9cf02c1454df355314d136cde96fb04300 /usr.sbin/setfib/setfib.c | |
| parent | 33b4ae7d795b4cbd392669d54577915a7f858411 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/setfib/setfib.c')
| -rw-r--r-- | usr.sbin/setfib/setfib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/setfib/setfib.c b/usr.sbin/setfib/setfib.c index 9b9c815a386f..dd7913d7e1b8 100644 --- a/usr.sbin/setfib/setfib.c +++ b/usr.sbin/setfib/setfib.c @@ -73,7 +73,7 @@ main(int argc, char *argv[]) fib = strtol(optarg, &ep, 10); if (ep == optarg || *ep != '\0' || errno || fib < 0 || fib >= numfibs) - errx(1, "%s: invalid FIB (max %s)", + errx(1, "%s: invalid FIB (max %d)", optarg, numfibs - 1); break; default: |
