summaryrefslogtreecommitdiff
path: root/appres.c
diff options
context:
space:
mode:
Diffstat (limited to 'appres.c')
-rw-r--r--appres.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/appres.c b/appres.c
index 9a137fc..506d31f 100644
--- a/appres.c
+++ b/appres.c
@@ -39,12 +39,10 @@ static void _X_NORETURN
usage (void)
{
fprintf (stderr,
- "usage: %s [class [instance]] [-1] [toolkitoptions]\n",
+ "usage: %s [class [instance]] [-1] [toolkitoptions]\n"
+ "-1 list resources only at the specified level\n"
+ "The number of class and instance elements must be equal.\n",
ProgramName);
- fprintf (stderr,
- "-1 list resources only at the specified level\n");
- fprintf (stderr,
- "The number of class and instance elements must be equal.\n");
exit (1);
}