commit 5f7ddea6de62a3bc3ded20acac816d2fb1818bca
parent 4920c02fceab79bde72f14117164d8cce71e41be
Author: sin <sin@2f30.org>
Date: Tue, 17 Jun 2014 15:27:44 +0100
Add -v in usage
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installpkg.c b/installpkg.c
@@ -11,7 +11,7 @@ static void
usage(void)
{
fprintf(stderr, VERSION " (c) 2014 morpheus engineers\n");
- fprintf(stderr, "usage: %s [-f] [-p prefix] pkg...\n", argv0);
+ fprintf(stderr, "usage: %s [-v] [-f] [-p prefix] pkg...\n", argv0);
fprintf(stderr, " -v Enable verbose output\n");
fprintf(stderr, " -f Override filesystem checks and force installation\n");
fprintf(stderr, " -p Set the installation prefix\n");