aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/fbsetroot.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/fbsetroot.cc b/util/fbsetroot.cc
index a2cf2e3..8efb67d 100644
--- a/util/fbsetroot.cc
+++ b/util/fbsetroot.cc
@@ -120,12 +120,11 @@ fbsetroot::fbsetroot(int argc, char **argv, char *dpy_name)
120 120
121 if ((mod + sol + grd) != true) { 121 if ((mod + sol + grd) != true) {
122 _FB_USES_NLS; 122 _FB_USES_NLS;
123 cerr<<m_app_name<< 123 cerr << _FBTEXT(fbsetroot, MustSpecify,
124 _FBTEXT(fbsetroot, MustSpecify,
125 "Error: must specify one of: -solid, -mod, -gradient\n", 124 "Error: must specify one of: -solid, -mod, -gradient\n",
126 "user didn't give one of the required options")<<endl; 125 "user didn't give one of the required options") << endl;
127 126
128 usage(2); 127 exit(2);
129 } 128 }
130 129
131 num_screens = ScreenCount(display()); 130 num_screens = ScreenCount(display());