| Summary: | Doc error in usage string | ||
|---|---|---|---|
| Product: | Base System | Reporter: | 3d <3d> |
| Component: | bin | Assignee: | Mike Barcroft <mike> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->analyzed Fixed in -CURRENT; awaiting approval for MFC. Responsible Changed From-To: freebsd-bugs->mike Over to me. State Changed From-To: analyzed->closed Now fixed in -STABLE too. |
src/usr.sbin/diskpart/diskpart.c contains this usage line: static void usage() { fprintf(stderr, "usage: disktab [-p] [-d] [-s size] disktype\n"); exit(1); } Which should be changed to "usage: diskpart .." of course. Fix: Change string to "usage: diskpart .." of course A happy new year to all BSDers!!! Marc How-To-Repeat: call diskpart with no args :)