Skip to content

Commit 166b6f1

Browse files
crpbjengelh
authored andcommitted
mbop: add "here" to foreach filter help
1 parent e9a9dd0 commit 166b6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mbop_foreach.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ static int help()
3333
{
3434
fprintf(stderr, "Usage: foreach[.filter]* [-j jobs] command [args...]\n");
3535
fprintf(stderr, " filter := secobj | user | mlist | sharedmb | contact |\n");
36-
fprintf(stderr, " active | susp | deleted | mb\n");
36+
fprintf(stderr, " active | susp | deleted | mb | here\n");
3737
global::command_overview();
3838
return EXIT_PARAM;
3939
}

0 commit comments

Comments
 (0)