Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from tom-seddon/_fix_bundle_id
Browse files Browse the repository at this point in the history
Print actual prefs domain in --help.
  • Loading branch information
jeremyhu committed Nov 18, 2014
2 parents 851bf30 + 495c466 commit 41dc8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.m
Expand Up @@ -967,7 +967,7 @@ int main (int argc, const char *argv[]) {
"Aqua window manager for X11.\n\n"
"--version Print the version string\n"
"--prefs-domain <domain> Change the domain used for reading preferences\n"
" (default: "BUNDLE_ID_PREFIX".X11)\n");
" (default: %s)\n", app_prefs_domain);
return 0;
} else {
fprintf(stderr, "usage: quartz-wm OPTIONS...\n"
Expand Down

0 comments on commit 41dc8d2

Please sign in to comment.