summaryrefslogtreecommitdiffstats
path: root/Documentation/howto-usage-function.txt
diff options
context:
space:
mode:
authorSami Kerola2013-03-21 22:47:15 +0100
committerKarel Zak2013-03-26 10:53:30 +0100
commit2ba83ec2e035fa9d78b89992b01683f5c5ca90cc (patch)
tree6860aa1b95e6817cd39c22901edf476d996874fd /Documentation/howto-usage-function.txt
parentblkid: use xalloc.h when possible (diff)
downloadkernel-qcow2-util-linux-2ba83ec2e035fa9d78b89992b01683f5c5ca90cc.tar.gz
kernel-qcow2-util-linux-2ba83ec2e035fa9d78b89992b01683f5c5ca90cc.tar.xz
kernel-qcow2-util-linux-2ba83ec2e035fa9d78b89992b01683f5c5ca90cc.zip
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>
Diffstat (limited to 'Documentation/howto-usage-function.txt')
-rw-r--r--Documentation/howto-usage-function.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto-usage-function.txt b/Documentation/howto-usage-function.txt
index 371ff328f..4daa73625 100644
--- a/Documentation/howto-usage-function.txt
+++ b/Documentation/howto-usage-function.txt
@@ -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.