summaryrefslogtreecommitdiff
path: root/examples/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/add.c')
-rw-r--r--examples/add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/add.c b/examples/add.c
index b4bc6a166..f1e7b7b7e 100644
--- a/examples/add.c
+++ b/examples/add.c
@@ -67,7 +67,7 @@ int main (int argc, char** argv)
struct print_payload payload = {0};
if (argc < 2) {
- fprintf(stderr, "usage: add file-spec [file-spec] [...]\n");
+ fprintf(stderr, "usage: add [-n|--dry-run] [-v|--verbose] file-spec [file-spec] [...]\n");
return 1;
}