Supported options information in add example.

This commit is contained in:
Krzysztof Adamski 2013-09-03 19:11:50 +02:00 committed by Russell Belfer
parent 62020aa8f9
commit e8fa14d3a3

View File

@ -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;
}