docs: arch is gone, use delpart as usage() function example

The arch.c was removed in commit 27abd809.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-03-21 21:47:15 +00:00 committed by Karel Zak
parent fe20e5d14a
commit 2ba83ec2e0
2 changed files with 2 additions and 2 deletions

View file

@ -153,5 +153,5 @@ are meant this.
Example
-------
Command sys-utils/arch.c is a minimal example how to do write usage
Command disk-utils/delpart.c is a minimal example how to do write usage
function, setup option parsing, version printing and so on.