Bug 52126

Summary: Missing newline in Xconfigurator usage message
Product: [Retired] Red Hat Linux Reporter: Christian Rose <menthos>
Component: XconfiguratorAssignee: Mike A. Harris <mharris>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3CC: goeran
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-20 20:02:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christian Rose 2001-08-20 20:02:05 UTC
#: ../Xconfigurator.c:4817
msgid ""
"\n"
"Usage: Xconfigurator [--kickstart] [--card <card>]        [--server "
"<server>] [--driver <driver>] \n"
"       [--monitor <monitor>] [--hsync <hsync>] [--vsync <vsync>]\n"
"       [--mouse <mouse>] [--mousedevice <port>] [--emulthree]\n"
"       [--startxonboot] [--preferxf3] [--preferxf4]\n"
"       [--listservers] [--listmonitors] [--listcards]\n"
"       [--noddcprobe]\n"
"\n"

goeran.se pointed out that there is possibly a missing newline
here after the first usage line. It should probably be:
"\n"
"Usage: Xconfigurator [--kickstart] [--card <card>]\n"
"       [--server <server>] [--driver <driver>]\n"
"       [--monitor <monitor>] [--hsync <hsync>] [--vsync <vsync>]\n"
"       [--mouse <mouse>] [--mousedevice <port>] [--emulthree]\n"
"       [--startxonboot] [--preferxf3] [--preferxf4]\n"
"       [--listservers] [--listmonitors] [--listcards]\n"
"       [--noddcprobe]\n"
"\n"

Comment 1 Mike A. Harris 2001-08-21 05:27:51 UTC
Thanks.  Fixed now.  Will be in final release.