Home | History | Annotate | Download | only in cal

Lines Matching full:puts

202     puts("Usage: icucal [OPTIONS] [[MONTH] YEAR]");
203 puts("");
204 puts("Options:");
205 puts(" -h, --help Print this message and exit.");
206 puts(" -v, --version Print the version number of cal and exit.");
207 puts(" -l, --long Use long names.");
208 puts("");
209 puts("Arguments (optional):");
210 puts(" MONTH An integer (1-12) indicating the month to display");
211 puts(" YEAR An integer indicating the year to display");
212 puts("");
213 puts("For an interesting calendar, look at October 1582");
222 puts(U_COPYRIGHT_STRING);