summaryrefslogtreecommitdiff
path: root/voidnsundo.c
diff options
context:
space:
mode:
Diffstat (limited to 'voidnsundo.c')
-rw-r--r--voidnsundo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/voidnsundo.c b/voidnsundo.c
index 89dfefc..6720b8d 100644
--- a/voidnsundo.c
+++ b/voidnsundo.c
@@ -24,9 +24,9 @@ void usage(const char *progname)
printf("Usage: %s [OPTIONS] PROGRAM [ARGS]\n", progname);
printf("\n"
"Options:\n"
- " -V: Verbose output.\n"
- " -h: Print this help.\n"
- " -v: Print version.\n");
+ " -V: Enable verbose output.\n"
+ " -h: Print this help.\n"
+ " -v: Print version.\n");
}
int main(int argc, char **argv)