From fbda80e75418e58807f4ab427248709c80b8d456 Mon Sep 17 00:00:00 2001 From: trhodes Date: Wed, 29 Oct 2003 21:21:09 +0000 Subject: Properly prototype C function usage(). Sync usage() with the manual page: s/file/snapshot_name/g. --- sbin/mksnap_ffs/mksnap_ffs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/mksnap_ffs') diff --git a/sbin/mksnap_ffs/mksnap_ffs.c b/sbin/mksnap_ffs/mksnap_ffs.c index 1c3fb61..132843b 100644 --- a/sbin/mksnap_ffs/mksnap_ffs.c +++ b/sbin/mksnap_ffs/mksnap_ffs.c @@ -49,11 +49,13 @@ #include #include +void usage(void); + void usage() { - fprintf(stderr, "usage: mksnap_ffs mountpoint file\n"); + fprintf(stderr, "usage: mksnap_ffs mountpoint snapshot_name\n"); exit(EX_USAGE); } -- cgit v1.1